Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

C Program Write a function named retailSales() that will allow the user to enter in the total retail sales for each month of the year.

C Program

Write a function named retailSales() that will allow the user to enter in the total retail sales for each month of the year. Use an array of pointers for the months. Add the function to your driver program. Use a declared, but uninitialized array of floats for the sales. You are creating a parallel array. Each element in the month array will be matched with a corresponding element in the sales array. When stepping through the arrays, please use subscripts for the sales array and pointers for the months array. Here is what the prompts and input should look like:

Please enter sales for January: 56987.45 Please enter sales for February: 78986.98 Please enter sales for March: 98975.33 etc....

Here is what the output should look like:

Month: Sales: January $56987.45 February $78986.98 March $98975.33 etc....

Put a comment to the side of each line explaining what that line of code accomplishes.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Harness The Power Of Big Data The IBM Big Data Platform

Authors: Paul Zikopoulos, David Corrigan James Giles Thomas Deutsch Krishnan Parasuraman Dirk DeRoos Paul Zikopoulos

1st Edition

0071808183, 9780071808187

More Books

Students also viewed these Databases questions

Question

What is the difference between brand equity and brand value?

Answered: 1 week ago

Question

(2) An example of praise that you received badly or indifferently.

Answered: 1 week ago

Question

(1) An example of negative feedback that you received badly.

Answered: 1 week ago

Question

How well do you gain participation and involvement from the group?

Answered: 1 week ago