How to make a program that converts a string to upper case if it's in lower case ? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

How to make a program that converts a string to upper case if it's in lower case ?

30th Oct 2019, 2:05 PM
Devansh
Devansh - avatar
1 Réponse
+ 2
str.toUpperCase();
30th Oct 2019, 2:26 PM
Juan Debenedetti
Juan Debenedetti - avatar