Question: finish the code: Given integer suppliedGrapes, output: Large case, if there are 2 0 - 6 0 grapes inclusive. Extra large case, if there are
finish the code: Given integer suppliedGrapes, output:
"Large case", if there are grapes inclusive.
"Extra large case", if there are grapes inclusive.
End each output with a newline.
Ex: If the input is then the output is:
Extra large case import java.util.Scanner;
public class GrapesCount
public static void main String args
Scanner scnr new ScannerSystemin;
int suppliedGrapes;
suppliedGrapes scnrnextInt;
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
