These two classes, Scanner
and Formatter
, will be used in many programs. They provide you with the flexibility needed to start creating very robust programs. You can now interact with a user instead of simply displaying results on the screen. Go back through some of the programs you have already made and see which ones could benefit from accepting user input or formatting data.
Last modified: December 12, 2022
Back to Formatting Output