Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Declare a String variable to store the user's name and a double to store their grade entered from the keyboard. Modify the main method to
- Declare a String variable to store the user's name and a double to store their grade entered from the keyboard. Modify the main method to have the program displays their name in the output.
- Your changes will only be made in the main method.
- The output would look like this:
- Hello, please tell me your first name: Grace Grace, please enter your percentage: 62.3 Grace, a 62.3 is a D
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