Jump to content

Flow chart/ design help!!

- - - - -

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

#1
rightaway

rightaway

    Newbie

  • Members
  • Pip
  • 2 posts
Hi i need to! Design an application that takes a person’s name (First Last), age in years, and height in feet and inches. Output the person’s name (Last, First) and age. Print out how much money the person would have if an amount equal to their height in millimeters was deposited each year during their lifetime at an annual percentage entered by the user. For a person 34 years old, 5 feet 3 inches tall, and 6.34 percent interest, you would calculate $1600.20 deposited each year for 34 years to save a total of $178,826.56. Show the annual payment, interest rate as a percent, and total amount saved.

Print out a message depending on the person’s age. For people younger than 21 years of age display “No beer for you my dear.” Over 55 display “You’re over the hill.” All other people get the message “It’s party time!”

The conversion formulas between inches and millimeters are 1 millimeter = .03937007874 inch and 1 inch = 25.4 millimeters, use the one easier for you to use. The result of the conversion is the annual deposit.

How would i write this in flowcharts and how would i write this in pseudo code?

Any help would be appreciated :)

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Are you looking for tools to do flowcharting, help with logic, or something else?

Moved to the correct forum, duplicate deleted.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
rightaway

rightaway

    Newbie

  • Members
  • Pip
  • 2 posts
basically im looking for someone to show me how to do the project. How it should look, how to use the variables and what to multiply what with.
I use raptor for my flowcharts.

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Given that we don't do homework, what have you figured out so far? Where are you stuck? Can you calculate the answer by hand (pencil, paper, calculator)?
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#5
Trigg3r

Trigg3r

    Newbie

  • Members
  • Pip
  • 7 posts
Hi, try the Raptor flow chart, u can make the flow chart and try if the chart realy works, best regards ;)