+ 1
Can I give if statments in user input
4 Answers
0
you can, but the entered characters remain on the screen (on desktop java)
+ 2
You want to insert code on code playground? In general, this is possible, but I'd guess quite difficult to realize using Java (here). Other languages are more flexible to execute external code.
+ 1
I want to say that , user gives an input.
If user's input is = x
Print : ____
Else if user's input is y
Print : ______
0
Can i do that