I am working on a small java program for my first class and my last project is a calculator. This is the code I have so far
and this is the actual project details given by my teacher
http://cullenprogramming.homelinux.c...oms114proj.pdf
My main difficulty is figuring out where i enter the code to prompt the user for input. Should it be in the main method? or do i need to create another method just for that? And if someone could break down and explain some of the code that would be great.Thanks, any help is appreciated.