implement saveReport method

This commit is contained in:
2026-05-16 18:17:22 +03:30
parent 64bfeb594d
commit eba86e7ca5
2 changed files with 24 additions and 27 deletions
+1
View File
@@ -15,6 +15,7 @@ public class Main {
}
Scanner scanner = new Scanner(input);
//reading file line by line and then parsing their values
while (scanner.hasNextLine()) {
String line = scanner.nextLine();
String[] cells = line.split(",");