Programming Examples

Java to swap first character of each word with next character


java to swap first character of each word with next character

Solution

import java.util.*;
class SwapFirstChar
{ 
    public static void main(String[] args) 
    { 
        Scanner sc=new Scanner(System.in);
        System.out.println("Enter any String");
        String str = sc.nextLine(); 
        char[] ch = str.toCharArray(); 
        char temp;
        temp=ch[0];
        ch[0]=ch[1];
        ch[1]=temp;
        for (int i = 0; i < ch.length; i++) 
        { 
            if(ch[i]==' ')
            {
                temp=ch[i+1];
                ch[i+1]=ch[i+2];
                ch[i+2]=temp;
            }
        }
        System.out.println(String.valueOf(ch)); 
    } 
} 
Output


Latest Current Affairs 2025 Online Exam Quiz for One day Exam Online Typing Test CCC Online Test 2025 Python Programming Tutorials Best Computer Training Institute in Prayagraj (Allahabad) Best Java Training Institute in Prayagraj (Allahabad) Best Python Training Institute in Prayagraj (Allahabad) O Level Online Test in Hindi Bank SSC Railway TET UPTET Question Bank career counselling in allahabad Sarkari Naukari Notification Best Website and Software Company in Allahabad Sarkari Exam Quiz