Computer Science, asked by ahmedkashifansari80, 2 months ago

complete the code below to create an object of the scanner class
scanner sc= scanner (.........)​

Answers

Answered by duttasubham798
3

Answer:

it will be scanner sc= new scanner() . it is method of java

Answered by educationalfocuspot
0

Answer:

scanner sc=new scanner (System.in)

Similar questions