[code=Java]
Hello everyone!
I'm new on this forum, and I already have a questions for veterans!
How can I save number that I type on my own in JAVA program, and then save it as integer, like if I type 5 then that 5 will be stored in int = x;
Is this even possible to do without any fancy code, i'm just learning the language, I just know how to store int,string, array int, if, else just the basics basically!
[/java]