In Module Five, you have studied how to code for iteration through the use of loops. In Stepping Stone Lab Four, you will develop a simple program with a loop structure. Then, you will reflect on how loops may be used to help structure the program you have worked with throughout the stepping stones.
The Stepping Stone4_Loop for the starter code for this assignment.
To complete this assignment, review the following documents:
Category: Java homework help
-
“Using Loops to Structure Programs: Stepping Stone Lab Four Reflection”
-
Creating a User Class Creating a User Class public class User { //attributes private String firstName; private String lastName; private String email; private int age; private String address; private String phoneNumber; //
You will create a complete class based on Stepping Stone Labs Two and Three and provide it the basic attributes with the appropriate data types. Additionally, you will add code to validate the data type of the user input.
This class will be modified for the submission of your final project application; however, it should be functional code that accepts user input for each variable.
Submit your assignment here. Make sure you’ve included all the required elements by reviewing the guidelines and rubric.