Question: JAVA coding Project Phase 1 The Project is this ;Online Course Registration System: This project will develop an online course registration system that allows students
JAVA coding
Project Phase 1
The Project is this ;Online Course Registration System: This project will develop an online course registration system that allows students to register for courses remotely and receive instant feedback on their registration status. The system will also provide administrators with the ability to manage courses, assign students to courses, and track usage statistics.
The Code Must have ;
Declare Numeric Variables (follow the rules of naming variables)
Declare at least one constant
Welcome the user using a dialog box
Prompt the user to enter your INPUTS
Include at least one if/else if/ else condition
At least two mathematical calculations
A random number (do something meaningful with this)
Outputs (formatted cleanly)
must comment every requirement on this list, please
Add another feature you want to include that is not on this requirement list. Must be something NEW on you own.
Use confirm box to add a yes/no input
Add a comment at the top of you program with your name, the name of your project and a brief description of it's purpose.
NOTE: For each requirement, MUST include a comment that identifies which requirement # you are completing. This is so that I can find my code when I am studying . For Example:
//Requirement 1 Numeric Variables. int price = 0; int total = 0; double weight = 0.0;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
