Computer Science, asked by sabhakumar, 1 year ago


I. Name the following:
1. a package needed to import scanner class
2. a method that accepts a character through scanner object
3. a package needed to import Stream Reader Class
4. a method to accept an exponential value through scanner object
5. a method that accepts an integer token through scanner object

Answers

Answered by sayanakhtar123
48

Answer:

1.java.util.

2..next()

3.import java.io

4.Math.exp() method.

5.nextInt() method

MARK AS A BRAINLIEST ANSWER...

Answered by sbej180106
10

Answer:

1. java.util

2. charAt()

3. java.io

4. math.exp()

5. nextInt()

Similar questions