filmov
tv
Java program to toggle each character in a string

Показать описание
Java program to toggle each character in a string
Toggle each character in a String
In this java program we’re going to make a program to toggle each character in a String , First we will take String input from user .
If the letter is in uppercase we will convert it to lowercase and if it is in uppercase we will convert it to lowercase.
Toggle each character in a String
In this java program we’re going to make a program to toggle each character in a String , First we will take String input from user .
If the letter is in uppercase we will convert it to lowercase and if it is in uppercase we will convert it to lowercase.