Computer Science, asked by sarita884, 11 months ago

which function accepts an integer by using scanner object​

Answers

Answered by Anonymous
1

<html><head><body bgcolor="Orange"><font size="4" color="green" style="Arial Bold Italic"><b><i><marquee>★Hello Curious I Hope this Answer Help You and ALSO FOLLOW ME★</html></head></body></font></b></i></marquee>

>>----------☺️--------<<

it is going to read from the standard input stream of the program. Scanner input = new Scanner(System.in); creates a new Scanner instance which points to the input stream passed as argument. ... Above statement we create an object of a Scanner class which is define in import java.util.scanner package

>>----------☺️--------<<

Similar questions