Search:

Type: Posts; User: anthony23415

Search: Search took 0.10 seconds.

  1. Replies
    13
    Views
    2,191

    Re: Problem with Loop

    If you dont mind asking? You go to UTA? and have class at 9:30 am in room 255 for that java class?
  2. Replies
    2
    Views
    1,863

    [SOLVED] Re: Need help with while loop

    wow it worked, thanks a bunch javapenguin
  3. Replies
    13
    Views
    2,191

    Re: Problem with Loop

    This is what I did.



    import java.util.Scanner;
    import javax.swing.JOptionPane;

    public class Electric1
    {
    public static void main(String args[])
  4. Replies
    2
    Views
    1,863

    [SOLVED] Need help with while loop

    This code will print out 1 user and total one at a time in a dialog box 3 times. Now the code is how is suppose to be. Now how would I use this same code to show in the same dialog box but all 3...
  5. Replies
    13
    Views
    2,191

    Re: Problem with Loop

    I have the exact same homework. Not sure about your problem but i think its where your "name = input.nextLine(); remove Line and make it "name = input.next();" without quotations. Hopefully that...
Results 1 to 5 of 5