Jump to content

Java program for party

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
tonyfingures

tonyfingures

    Newbie

  • Members
  • Pip
  • 5 posts
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.

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
yes, it's possible.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
tonyfingures

tonyfingures

    Newbie

  • Members
  • Pip
  • 5 posts
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
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
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.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog