Search:

Type: Posts; User: ncampbell605

Search: Search took 0.08 seconds.

  1. Replies
    2
    Views
    1,133

    Please help :S

    static void processTicket(TicketHandler ticket)
    { // method to process route ticket
    if (ticket.getNoOfRouteTickets()>=1)
    {
    do
    {
    System.out.printf("Ticket cost: £ %.2f",...
  2. Replies
    1
    Views
    1,495

    do-while loop won't work

    can any1 please tell me why the do-while loop wont work? im trying to use it to validate my program.
    anytime a month appears it lets me enter any value i want when i want it to go back to the...
  3. Replies
    2
    Views
    882

    Re: Please help

    its ok now, got it sorted . shouldn't of had commas in the last input statement.
    thanks anyway though :)
  4. Replies
    2
    Views
    882

    Please help

    can any1 please tell me why the following code wont output the months?
    the average will output but error messages wont allow the highest and lowest month to be output:

    ...
Results 1 to 4 of 4