Assuming the necessary imports, the following statement will create a Scanner object for reading a file called gradebook
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Assuming the necessary imports, the following statement will create a Scanner object for reading a file called gradebook
statement will create a Scanner object for reading a file called gradebook.csv. Scanner scan = new Scanner("gradebook.csv"); True False
Assuming the necessary imports, the following