MCQOPTIONS
Saved Bookmarks
| 1. |
What line of code should replace the missing statement to make this program compile? |
| A. | No statement required. |
| B. | import java.io.*; |
| C. | include java.io.*; |
| D. | import java.io.PrintWriter; |
| Answer» B. import java.io.*; | |