Computer Science, asked by avi4817, 11 months ago

19.

Write a program to input a character (ch). Convert the character into its opposite case. Print the entered
character and the new character. The program should reject if the character entered is not an alphabet
(A-Z or a-z). Your program should continue as long as the user wants.write in java language

Answers

Answered by vinodanck66
10

Answer:

Import java.util.*;

Explanation:

Refer the photo!!

Attachments:
Similar questions