Question
For the project, you will demonstrate your understanding of course concepts thus far. Create a program to exhibit your understanding of the key components below.
For the project, you will demonstrate your understanding of course concepts thus far. Create a program to exhibit your understanding of the key components below. Please read through the expectations before you begin coding.
Develop a program using Java that demonstrates the following concepts:
- Getting input from a user
- Changing or modifying the input from a user using a String method
- If statements with relational operators
- Arithmetic operations
- Loops - while loop or for loop
- Write a method
- Call a method
- Feedback returned to the user
- Method thoroughly tested in a JUnit test file with at least three assert methods
- Comments - single line and block
- Use of Java conventions
- Excellent and effective coding methodology
Your program concept must be unique. Code cannot be used or modified from any book, class, website or Blackboard examples. The program should feel as though it is accomplishing a task (calculations, playing a game, helping the user make a decision). For example, a cupcake purchasing program or a tile calculator would not be accepted because those programs have been developed throughout our course. Using a theme/process will make creation of your project easier for you. If you are unsure if an idea is acceptable, pseudocode out your project idea and contact me via email or Slack before implementing it. If you are using any existing code you or someone else has created, it is not acceptable.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started