0
add two numbers and both the numbers are to be taken from the user
how can we write this code in Java please help
4 Respuestas
+ 3
please follow the java tutorial and you will be able to do this
+ 3
find the syntax to get a digit from the tutorial and store the value in a variable let say "a" and "b"
then store the added value in another variable let say "c"
and finally print the value of "c" to the screen
that should do it
0
plz tell man . i dont get it