Question: CHALLENGE ACTIVITY 3 . 4 . 5 : Working with ranges. Start When the given integer variable numFolders is: less than or equal to 3
CHALLENGE
ACTIVITY
: Working with ranges.
Start
When the given integer variable numFolders is:
less than or equal to output "Midsized file cabinet"
between exclusive and exclusive, output "Fullsized file cabinet"
greater than or equal to output "Too many files"
End with a newline.
Ex: If the input is then the output is:
Midsized file cabinet
import java.util.Scanner;
public class FolderData I
public static void mainString args Scanner scnr new ScannerSystem in ;
int numFolders;
numFolders nextInt ;
I Your code goes here
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
