Déclaration des attributs principaux
This commit is contained in:
@@ -2,4 +2,9 @@ package com.humanbooster.exercices;
|
||||
|
||||
public class JeuDevinette {
|
||||
|
||||
private int nombreADeviner;
|
||||
private int nombreDeTentatives;
|
||||
private int[] tentatives;
|
||||
private final int MAX_TENTATIVES = 10;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user