write a statement to input a real number in Java
Answers
Answered by
1
Explanation:
double a = sc. nextDouble();
Similar questions