Question: Feedback? CHALLENGE ACTIVITY 3 . 5 . 1 : Detecting ranges using logical operators. 5 2 8 0 4 0 . 3 4 8 9
Feedback?
CHALLENGE
ACTIVITY
: Detecting ranges using logical operators.
Modify the given if statement so that "Not a midsize university" is output if students Input is outside the range inclusive. Otherwise, "Midsize university" is output.
Click here for examples
public class UniversityPopulation
public static void mainString args
Scanner scnr new Scanner
System.in;
int studentsInput;
studentsInput scnrnextInt ;
Modify the following line
if studentsInput && studentsInput
System.out.printlnNot a midsize university";
else
System.out.printlnMidsize university";
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
