Search:

Type: Posts; User: Jason gold

Search: Search took 0.19 seconds.

  1. Replies
    2
    Views
    1,105

    Re: need help with my code!

    import java.awt.Frame;
    import java.io.*;
    import java.text.DecimalFormat;
    import java.text.NumberFormat;
    import java.text.SimpleDateFormat;
    import java.util.Calendar;
    import java.util.List;...
  2. Replies
    2
    Views
    1,105

    need help with my code!

    a sales application that should that sells variety of items it should: capture individual sale information, calculate and display total without and with tax and any discount if applicable. (From time...
  3. Java help:3. Display the name and quantity of the item which was sold the most, thus far

    trouble with questions asking to: 1.Provides the details of the highest sale for the day. 2. Display the name and quantity of the item which was sold the most, thus far .



    import...
Results 1 to 3 of 3