Answer the following questions:
1. What are the three ways to input the values in a Java Programming?
2. Write down the syntax with reference to Java Programming
(a) to accept an integral value from the user from console
(b) to accept a fractional number from the user from console
(c) if - else statement
littleleo:
hi
Answers
Answered by
2
- The three ways to take the input in java are: "By Buffered Reader Class","By Console Class" and "By Scanner Class."
- to accept a fractional number from the user from console
Similar questions