Download a NetBeans Project for This Lab
Here is a link to a zipfile containing a NetBeans project for this lab:
Lab1.zip.
Download this file and
extract it somewhere for later use. It should extract as the
folder Lab1.
This project contains a simple Java class called InputTester from
chapter 1 of our text:
- Prompts the user for his/her age as an integer and issues a response.
- All I/O is done through standard input (keyboard) and standard output
(terminal console).
- No graphical user interface (GUI) components are involved. In a later
step you will change that.