Posts

Showing posts with the label Program

Write a function void change() with two string parameters. Interchange/swap the strings and print the strings before and after interchange.

Write a program to enter two strings s1 and s2 , and swap them. Print the strings before and after swap.

Write a program to input a string and print each character of the string along with ASCII codes of each in two columns.

Write a program to input a string and print each character of the string in different line.

WRITE A PROGRAM IN JAVA TO CONVERT THE GIVEN STRING INTO LOWERCASE AND PRINT THE STRING IN ALPHABETICAL ORDER

WRITE A PROGRAM TO CONVERT THE STRING IN UPPERCASE AND PRINT THE STRING IN ALPHABETICAL ORDER.