IN JAVA Which XXX is needed for enterNumber() to read a value from standard input? public int enterNumber() XXX{ int value; value = System.in.read(); return value; } A. import java.io B. throws...



IN JAVA


Which XXX is needed for enterNumber() to read a value from standard input?



public int enterNumber() XXX{
int value;
value = System.in.read();
return value;
}


A. import java.io

B. throws SystemException

C. nothing is needed

D. throws IOException


Jun 03, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here