Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Hello! New to everything and looking for help

  1. #1
    Junior Member
    Join Date
    Dec 2018
    Location
    Melbourne, Australia
    Posts
    5
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Hello! New to everything and looking for help

    Hi all just joined the forum and am new to everything Java and programming in general

    I was just looking for some help with an issue i have if anyone would be able to help?

    I am trying to do a ticketing system, very basic, and need to add/multiply the cost of the ticket by the amount of the ticket requested.

    e.g.
    User offered different kinds of tickets
    user types '1'
    User offered to choose how many tickets they want.
    user types '3'

    What i need to be able to do is assign a value to the first input and the multiply it by the second.

    I have attached my current project

    Thanks in advance for anything and for letting me be apart of your community.
    Attached Files Attached Files

  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Hello! New to everything and looking for help

    Please post java programming questions in one of the sections as appropriate. Be sure to wrap all posted code in code tags.
    Note: I don't download code from links. Code must be in the thread.
    If you don't understand my answer, don't ignore it, ask a question.

  3. The Following User Says Thank You to Norm For This Useful Post:

    Keropy (December 8th, 2018)

  4. #3
    Junior Member
    Join Date
    Dec 2018
    Location
    Melbourne, Australia
    Posts
    5
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Re: Hello! New to everything and looking for help

    Cool thanks will do

Tags for this Thread