Question: Java Programming Questions 1. Prompt the user with: Enter the number. Determine if it is negative and if so, print: The number is negative. Use
Java Programming

Questions 1. Prompt the user with: "Enter the number". Determine if it is negative and if so, print: "The number is negative." Use a Scanner to collect the input, and report to the console if the variable called "number" is negative using System.out.println0. 2. Prompt the user with: "Enter a second number". Determine if the number is zero and if so, print: "The number is zero." Use a Scanner to get the input, and report if the number is zero next. You can reuse the variables "number" and "keyboard" here 3. Continue to use Scanner for input. Prompt the user with: "Enter a third number, a double, for the class average." Determine if the class average is a passing grade, and if so, print: "A passing grade", and print to the console otherwise if not (not passing is if the class average was below a 65) 4. Prompt the user with: "Is the answer the user reported true? Enter a Boolean value." Store the value in the variable called "answer". Let the user know if the value in the variable "answer" is true by printing an appropriate message to the console
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
