Question: For the Final Exam, create a program of your own imagination. The program must follow these rules: Get user input and store the value (

For the Final Exam, create a program of your own imagination. The program must follow these rules:
Get user input and store the value(s) in a variable (20 points)
Use variables with different data types (You decide which ones, examples: int, string, etc)(10 points)
Use at least one Array (10 points)
Use at least one if/else statement (25 points)
Use at least one method you create (25 points)
Create and instantiate at least one Class (30 points)
Your program must compile without warnings or errors and show output to the terminal (100 points)
Feel free to add any other functionality we've encountered during this course

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!