Déclaration des attributs principaux

This commit is contained in:
Vincent Guillet
2025-04-28 17:50:23 +02:00
parent 62413d5f9e
commit 3e424a708e

View File

@@ -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;
}