Question: IMP NOTE : JAVA PROGRAM Question: Today you are commissioned to write a Java program that will prompt for and read 3 integer values ni,
IMP NOTE : JAVA PROGRAM

Question: Today you are commissioned to write a Java program that will prompt for and read 3 integer values ni, n2 and n3 entered by the user, compare the three numbers, and determine the relationship between the 3 numbers based on the specifications that follow. Note, there can be more than one category the numbers satisfy. Be sure to use the same format and wording as in the sample runs in the table below. Using a series of compound if statements (no if/else or nested if required or needed) determine which condition(s) the 3 numbers satisfy. 1. If the 3rd number is greater than the 1st and 2nd number display n3 > ni and n3 > n2 2. If the 3rd number is smaller than the 1st and 2nd number display n3 a multiple of 5 where
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
