I'm having a party in a few weeks.I want to charge $6 for every person and $10 per couple. I have already sold invitations for people to RSVP and i don't know how many will show up. I need a java program that will allow me to enter these numbers once i get the RSVP's and also output a total dollar amount so i know how much i can spend on drinks and decorations.
I just want to know if this is possible.
Java program for party
Started by tonyfingures, Sep 14 2010 10:50 AM
3 replies to this topic
#1
Posted 14 September 2010 - 10:50 AM
|
|
|
#2
Posted 15 September 2010 - 05:24 AM
yes, it's possible.
#3
Posted 15 September 2010 - 07:27 AM
Okay so do i assume that my variables are 6 and 10 and that those are also my integeres? I aplogise if am asking way too many questions, its just that i don't know where to begin
#4
Posted 15 September 2010 - 08:59 AM
Start by listing what information you will be collecting from the user, and what you will need to do with that information. Anything that can VARY from one execution to the next is a VARIABLE.


Sign In
Create Account

Back to top









