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.