Paths
This commit is contained in:
@@ -18,6 +18,8 @@ public class GradeAnalyzer {
|
||||
*/
|
||||
|
||||
static Scanner sc = new Scanner(System.in);
|
||||
static final String PATH_VOTI = "./src/gradeanalyzer/data/voti.txt";
|
||||
static final String PATH_PROMOSSI = "./src/gradeanalyzer/data/promossi.txt";
|
||||
|
||||
public static void main(String[] args) {
|
||||
int scelta = -1;
|
||||
|
||||
4
src/gradeanalyzer/data/voti.txt
Normal file
4
src/gradeanalyzer/data/voti.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
Mario;Rossi;7
|
||||
Anna;Bianchi;5
|
||||
Luca;Verdi;6
|
||||
Mia;Chan;9
|
||||
Reference in New Issue
Block a user