Bug Scanner sc
Fermé
bilout53
Messages postés
11
Date d'inscription
lundi 7 septembre 2015
Statut
Membre
Dernière intervention
19 juillet 2020
-
Modifié le 31 mars 2019 à 18:32
bilout53 Messages postés 11 Date d'inscription lundi 7 septembre 2015 Statut Membre Dernière intervention 19 juillet 2020 - 11 avril 2019 à 10:58
bilout53 Messages postés 11 Date d'inscription lundi 7 septembre 2015 Statut Membre Dernière intervention 19 juillet 2020 - 11 avril 2019 à 10:58
A voir également:
- Bug Scanner sc
- Bug yahoo mail - Accueil - Mail
- Installer scanner - Télécharger - Divers Utilitaires
- Bug chatgpt - Accueil - Intelligence artificielle
- Scanner un document - Guide
- Bug localisation snap ✓ - Forum Snapchat
1 réponse
KX
Messages postés
16753
Date d'inscription
samedi 31 mai 2008
Statut
Modérateur
Dernière intervention
25 novembre 2024
3 019
2 avril 2019 à 15:56
2 avril 2019 à 15:56
Bonjour,
Tu dois mettre ton code dans une méthode, par exemple
Tu dois mettre ton code dans une méthode, par exemple
public static void main(String[] args) { }
6 avril 2019 à 15:17
import java.util.Scanner;
public class boucles {
public static void main(String[] args) {
String prenom;
char reponse = 'o';
Scanner = new Scanner(System.in);
while (reponse == 'o')
System.out.println("Donnez un prenom :");
prenom = sc.nextLine();
System.out.println("bonjour " +prenom+ "Ca boom ?");
System.out.println("Veux tu réessayé ?");
reponse = sc.nextLine().charAt(0);
System.out.println("Au revoir...");
}
}
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
Scanner cannot be resolved to a variable
sc cannot be resolved
sc cannot be resolved
7 avril 2019 à 19:55
11 avril 2019 à 10:58