A voir également:
- Java:j'ai pb avec mon if statements
- Waptrick java football - Télécharger - Jeux vidéo
- Jeux java itel football - Télécharger - Jeux vidéo
- Java apk - Télécharger - Langages
- Télécharger jeux java gameloft gratuit - Forum Mobile
- Java décompiler - Télécharger - Langages
3 réponses
en exécutant : Resultat de mon programme est suivante
Enter the amount of bill:
100
Enter the types of clothe
mill
enter
The discount is:5%
The final bill after discount is:95.0
mais en demandant :
Enter the amount of bill:
100
Enter the types of clothe
handloom
????????????
il n'ya aucune réponse
Enter the amount of bill:
100
Enter the types of clothe
mill
enter
The discount is:5%
The final bill after discount is:95.0
mais en demandant :
Enter the amount of bill:
100
Enter the types of clothe
handloom
????????????
il n'ya aucune réponse
KillerKlown
Messages postés
47
Date d'inscription
mardi 14 février 2012
Statut
Membre
Dernière intervention
8 mars 2012
12
1 mars 2012 à 12:12
1 mars 2012 à 12:12
C'est juste parce que tes system.out sont dans le "if mill".
Tu dois corriger les accolades :
}
System.out.println("The discount is:"+str_discount);
System.out.println("The final bill after discount is:"+bill);
}}
en
} }
System.out.println("The discount is:"+str_discount);
System.out.println("The final bill after discount is:"+bill);
}
Tu dois corriger les accolades :
}
System.out.println("The discount is:"+str_discount);
System.out.println("The final bill after discount is:"+bill);
}}
en
} }
System.out.println("The discount is:"+str_discount);
System.out.println("The final bill after discount is:"+bill);
}