Search:

Type: Posts; User: BaldEagle7878

Search: Search took 0.12 seconds.

  1. Re: Java Beginner: Simple Movie Ticket Program using Selection?

    Fixed the problem :) Program is complete now!
  2. Re: Java Beginner: Simple Movie Ticket Program using Selection?

    Ok. Now I'd like to create a boolean IsVIP that discounts the ticketPrice which is 20 by 20%. I created these lines of code

    System.out.println("Are you a VIP?");
    Boolean isVIP =...
  3. Re: Java Beginner: Simple Movie Ticket Program using Selection?

    Yes I did. It was missing the curly brackets in a few places. It works now thanks
  4. Re: Java Beginner: Simple Movie Ticket Program using Selection?

    /*
    * To change this license header, choose License Headers in Project Properties.
    * To change this template file, choose Tools | Templates
    * and open the template in the editor.
    */
    package...
  5. Re: Java Beginner: Simple Movie Ticket Program using Selection?

    Yes it would. My code gives an error for some reason though
  6. Re: Java Beginner: Simple Movie Ticket Program using Selection?

    Selection as in using a switch statement but I'm unsure how it would answer the question as it uses three conditions not one. It's just an example it can be done anyway I would like my teacher says.
  7. Java Beginner: Simple Movie Ticket Program using Selection?

    Hello everyone,

    I'm a beginner at Java and have a question. I have an optional exercise I can do for uni to create a program and am stuck as to what to use to get the program to work. The question...
Results 1 to 7 of 7