Search:

Type: Posts; User: lotus

Search: Search took 0.43 seconds.

  1. [SOLVED] Re: Question

    ok i got it thanks
  2. [SOLVED] Difference in the code on changing logical operators

    import java.util.Scanner;

    class TicketPriceWithDiscount {
    public static void main(String args[])
    {
    Scanner myScanner = new Scanner(System.in);
    int age;
    double price = 0.00;...
Results 1 to 2 of 2