Search:

Type: Posts; User: Tyler Who?

Search: Search took 0.10 seconds.

  1. How can I make an array for my products and quanitites

    My Code:

    import java.io.PrintWriter;
    import java.text.DecimalFormat;
    import java.util.HashMap;
    import java.util.Map;
    import java.util.Scanner;

    public class Hart_PP2 {
  2. Replies
    3
    Views
    618

    Re: How can I loop this?

    I'm still having trouble. I want the loop so the user can enter up to 5 different items and choose 5 different quantities.
  3. Replies
    3
    Views
    618

    How can I loop this?

    I need to be able to loop this so the user can input as many items as he/she wants and the quantity as well. He's my code:

    case 3:System.out.print("Enter Customer name");

    System.out.print("\n...
Results 1 to 3 of 3