Swing Java Question - easy?

So I am trying to make a code that is for hotels. The idea is that it takes an initial cost number that is the minimum charge per room and then asks a whole bunch of questions to give how much the hotel should charge per room. I need something that will allow me to take an initial integer. I figure I would just set that equal to price and then depending on the answers to the remaining questions change the price, but I need to figure out a way to take that initial input number. How would I do that?
 
Back
Top