Search:

Type: Posts; User: r19ecua

Search: Search took 0.11 seconds.

  1. Replies
    6
    Views
    1,471

    Re: Scanner code won't work

    Thank you guys, I've been programming stuff for hours non-stop hehe. missed an extremely small error!
  2. Replies
    6
    Views
    1,471

    Re: Scanner code won't work

    All of the programs are inside the same SRC folder! It's JcreatorPro/MyProjects/CashRegister/Src/InputTester
    JcreatorPro/MyProjects/CashRegister/Src/CashRegister

    I don't understand what's...
  3. Replies
    6
    Views
    1,471

    Re: Scanner code won't work

    I don't know what to do about the code however :( I tried recreating the entire thing and it didn't work. Still doesn't work :(
  4. Replies
    6
    Views
    1,471

    Re: Scanner code won't work

    Every time I make a main and a sub I get this error! I always end up messing around with the folders until it works but it doesn't make sense! I always create and save the main within the same sub...
  5. Replies
    6
    Views
    1,471

    Scanner code won't work

    Sub: No errors listed / seen

    public class CashRegister {
    public CashRegister() {
    purchase = 0;
    payment = 0;
    }
    public void recordPurchase(double amount){
    purchase = purchase +...
Results 1 to 5 of 5