Question: I NEED A UNIQUE CODE COVERING ALL THAT IS BELOW PLEASE AND THANK YOU!!! For the project, you will demonstrate your understanding of course concepts
I NEED A UNIQUE CODE COVERING ALL THAT IS BELOW PLEASE AND THANK YOU!!!
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.
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.
After creating the project and testing file, complete the attached document complete the attached document - Alternative Formats to answer the questions about your project and submit it with your two class files. You will be uploading three total files. All three files must be included in order for the project to be graded.
| Your Name: |
| What is the name of the classes in the project? |
| What line number does the main method begin on? |
| What line number does the main method end on? |
| What method does the program use to get user input? |
| Which String method does the program utilize? |
| Which line number does the if statement begin on? |
| What is the condition the if statement uses? |
| Which line number terminates the if statement? |
| Which line number contains the arithmetic operator the program uses? |
| Which line number does the loop begin on? |
| Which line does the loop end on? |
| What is the condition for the loop? |
| What is the name of the method? |
| What parameters does it take? |
| What is the return type of the method? |
| Which assert method does the tester utilize? |
| Why did you select to use the assert methods in the tester class? |
| Which line contains feedback to the user? |
| Which line demonstrates a single line comment? |
| Which lines demonstrate a block comment? |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
