Hi,
I have been learning
java in school. Were only learning the extreme basics so please bear with me:)
Were using a file ( I think its called a library ) to grab user input an then display it on screen in our java programs.
I want to learn how to avoid using the program and have been looking up tutorials on YouTube.
I seen the scanner but its confusing as to how I would use it in a program such as this. Also is there a better option than scanner?
What I want to do is ask what age are you?
then age will equal the users input.