Question: Write a scnr . nextInt ( ) statement to read an integer from input and assign the integer to a variable named numOranges. Ex: If
Write a scnrnextInt statement to read an integer from input and assign the integer to a variable named numOranges.
Ex: If the input is then the output is:
I want to buy oranges, so oranges.
Ex: If the input is then the output is:
I want to buy oranges, so oranges.
import java.util.Scanner;
public class Oranges
public static void mainString args
Scanner scnr new ScannerSystemin;
int numOranges;
Your code goes here
System.out.printI want to buy numOranges oranges, ;
System.out.printlnso numOranges oranges.";
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
