Computer Science, asked by chaterjeebidita, 1 month ago

which statement is used to promote the user to enter the value of a variable during the execution of a program​

Answers

Answered by OswinRanjan
2

Answer:

I know the answer but it's only for Scanner class

Explanation:

before writing class, write this statment: import java.util.*;

Statement=

Scanner sc=new Scanner (System.in)

int a=sc.nextInt();

Answered by amankuma32
1

Explanation:

which statement is used to promote the user to enter the value of a variable during the execution of a program

Similar questions