Search:

Type: Posts; User: metaleddie13

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    1,586

    Re: Bank Account HELP!!!! PLEASE.

    import javax.swing.*;

    public class Program4
    {
    // Class Variables.
    public static String firstName = "";
    public static String lastName = "";
    public static double dollars = 0.0;

    public static...
  2. Replies
    5
    Views
    1,586

    Re: Bank Account HELP!!!! PLEASE.

    Sorry, like I said I'm new and dumb. I can't get the program passed the openAccount method. It hangs up and will not return the two strings and double. I have messed with it for days.
  3. Replies
    5
    Views
    1,586

    Bank Account HELP!!!! PLEASE.

    Okay, so basically I am an idiot and this is my first programming class. I am completely stuck on this program and I have been staring and messing with it for 4 days and cannot get it too work. For...
Results 1 to 3 of 3