issues
search
LuigiEnzoFerrari
/
Java-path
In order to create great software, one doesn’t only write code, one needs to design it first. This project will introduce to you the concept of UML class diagrams and object oriented design patterns, all implemented in the Java language.
0
stars
0
forks
source link
Read a file
#1
Closed
LuigiEnzoFerrari
closed
6 months ago
LuigiEnzoFerrari
commented
6 months ago
Arquivo a ser lido e parseado:
scenario.txt
LuigiEnzoFerrari
commented
6 months ago
[x] Read File
[x] Validate fields
[x] The first line of the file contains a positive integer number
[x] Each following line describes an aircraft, with this format: TYPE NAME LONGITUDE LATITUDE HEIGHT.
Arquivo a ser lido e parseado: scenario.txt