Search:

Type: Posts; User: dodda911

Search: Search took 0.40 seconds.

  1. Replies
    3
    Views
    4,719

    Re: simple shopping cart

    import java.util.Scanner;
    public class shop2 {
    {

    public static void main(String[] args)
    {

    Scanner in = new Scanner(System.in);
    int qty ;
    double k3876=3.00 ,p3487=2.50...
  2. Replies
    3
    Views
    4,719

    simple shopping cart

    Dear Guys,
    im very beginner in programming and I want to make a simple shopping cart as follows and a cant figure it out :

    this program should allow the user to order from small catalogue then...
Results 1 to 2 of 2