Answered step by step
Verified Expert Solution
Question
1 Approved Answer
design a program that collected rainfall data and computed the average rainfall per month over a period of several years. Your task is to create
design a program that collected rainfall data and computed the average rainfall per month over a period of several years. Your task is to create a program that uses nested loops to collect the data and then display the output. You are not expected to use an array to capture the data for this assignment, only nested loops to collect the data. Be sure to review this week's information on how to do loops in COBOL and also you may want to structure your program with housekeeping, main loop, and end of job sections.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started