+ 1
Can we use user defined int in the program? Can it be plased in other variable ?plz write program
eg if i enter 5 then can its value be store in variable ""a"
4 Answers
+ 3
Do you mean like this:
int x = Scan.nextInt();
int a = x;
?
+ 2
write whole small program
+ 2
Maybe your answer is in here
https://code.sololearn.com/cx1DcAjjuQpi/?ref=app
+ 1
Where's your attempt to make the program? I'm slightly confused myself.