Test sur majiscule.
Fermé
manonfire02
Messages postés
32
Date d'inscription
mercredi 4 mars 2009
Statut
Membre
Dernière intervention
22 mars 2011
-
22 mars 2011 à 10:50
Utilisateur anonyme - 22 mars 2011 à 11:10
Utilisateur anonyme - 22 mars 2011 à 11:10
A voir également:
- Test sur majiscule.
- Test performance pc - Guide
- Test composant pc - Guide
- Redmi note 13 5g test - Accueil - Téléphones
- Test performance pc gratuit - Accueil - Utilitaires
- Test hdd - Télécharger - Informations & Diagnostic
1 réponse
Utilisateur anonyme
Modifié par neoprog67 le 22/03/2011 à 11:10
Modifié par neoprog67 le 22/03/2011 à 11:10
Bonjour
String str="COUCOU";
if (str.toUpperCase().equals(str)) {
System.out.println("MAJ");
} else if (str.toLowerCase().equals(str)) {
System.out.println("MIN");
} else {
System.out.println("Mixte");
}
Zébulon
String str="COUCOU";
if (str.toUpperCase().equals(str)) {
System.out.println("MAJ");
} else if (str.toLowerCase().equals(str)) {
System.out.println("MIN");
} else {
System.out.println("Mixte");
}
Zébulon