147k views
5 votes
Checkpoint 11.36 The method getValueFromFile is public and returns an int. It accepts no arguments. The method is capable of throwing an IOException and a FileNotFoundException. Write the header for this method.

User Ipeacocks
by
6.0k points

1 Answer

14 votes

Answer:

public int getValueFromFile() throws IOException, FileNotFoundException

Step-by-step explanation:

User Stefan Wegener
by
5.5k points