Okay given this:
javac is the java compiler. It compiles the file, but has no output if there are no warnings or errors.
What can I use to view the file from a user's perspective- user is suppose to see a vending machine that allows them to buy certain stuff from vending machine.java, apparently just running javac somevendmachine.java is not really helping.
There are no errors from javac or feedback, so based on that assumption and the feedback from a prior question, I know the code works; however, how do I set the java code such that a user can now choose selections from the vendingmachine.java or what do I install or read?