Projet Zuul de conception orientée objet en Java d'un jeu d'aventure
Forum des exercices du projet Zuul
Exercice 7.18.2 (OPTIONNEL)
- Étudier la documentation de StringBuilder et ces explications pour comprendre son utilité et l'intégrer à son jeu, notamment dans Room.getExitString().
- A SAVOIR : StringBuilder, im/mutable
Bonsoir,
J'ai utilisé le Stringbuilder pour faire ma méthode showCommands, mais j'ai un petit problèe avec celui-ci car quand je veux afficher avec l'interface toute le commandes, le compilateur envoi cette erreur :
method println in class UserInterface cannot be applied to given types;
required: java.lang.String
found: java.lang.StringBuilder
reason: actual argument java.lang.StringBuilder cannot be converted to java.lang.String by method invocation conversion
The operator that you use here cannot be used for the
type of value that you are using it for. You are either
using the wrong type here, or the wrong operator.
Donc le seul moyen d'afficher les commandes quand j'écris "aide" en utilisant le "StringBuilder" c'est avec la console Java , ce qui pose problème...
Merci d'avance.
Réseaux sociaux