Hi, I'm currently studying my first year at a Bachelor of Computing.
Programming & Problem solving is one of my subjects.
Here is a riddle for you programmers:
* Write a Java program that contains a main() method with declarations of three variables each of a different primitive type.
* Add code to your program to prompt the user to enter a value into each of the variables. Use methods in the Scanner class to do this. Remember to let the user know what type of data is expected
* Add code to display the values stored in each of the variables on the console.
You guys may laugh at how simple this might be, but remember this is my first task ha!
Any starting points/ideas/solutions would be greatly appreciated, ta.
Creeeds
P.S. I'm using JCreator for writing the program.