Jump to content

Help!

- - - - -

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

#1
lamcat3

lamcat3

    Newbie

  • Members
  • Pip
  • 1 posts
I'm new to these forums in general and taking a programming course.. however, on my latest assignment I'm stuck!

The assignment is:

Create a flowchart that uses nested loops to collect data and calculate average rainfall over a period of years. First ask for the number of years. The number of years must be greater than zero. The outer loop will iterate once for each year. The inner loop will iterate twelve times, once for each month. The inner loop will ask the user for the inches of rainfall for the month (1 – 12). After all iterations, display the total number of months, the total inches of rainfall, and the average rainfall per month for the entire period.

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
I would recommend using a flowcharting program such as dia or dynamic draw.

Beyond that, what have you done so far? Where are you stuck?
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog