.. Write the difference between next() and nextInt () token in Scanner class.
Answers
Answered by
0
Answer:
next() command is given in the programming so as to check the next character in scanner function where as nextint() is a used to check the next integer from the program
Similar questions