#strings
Read more stories on Hashnode
Articles with this tag
Strings are an array of characters. To declare a string String str = "Sumanjeet"; Take input from user String str = sc.next(); it will take only the...