Hello ...
Okay I am trying to do a simple function.
That is just getting the users imput from what they type and store it into a variable.
I dont know how to do this in Java but this is what I want.
How to do this in java?Code:printf("Enter in your age: "); scanf("%d",&age); }
Thanks for the helpCode:int age=0; System.out.println("Enter in your age: "); Sytem.in???????????![]()


Reply With Quote