Question: Modify the given if statement so that Medium - sized university is output if inputSize is in the range 9 0 0 0 - 2
Modify the given if statement so that "Mediumsized university" is output if inputSize is in the range inclusive. Otherwise, "Not a mediumsized university" is output. import java.util.Scanner;
public class UniversityStudents
public static void mainString args
Scanner scnr new ScannerSystemin;
int inputSize;
inputSize scnrnextInt;
Modify the following line
if inputSize && inputSize
System.out.printlnMediumsized university";
else
System.out.printlnNot a mediumsized 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
