You sell the book c for fools write a program that has you


Problem

You sell the book C++ for Fools. Write a program that has you enter a year's worth of monthly sales (in terms of number of books, not of money). The program should use a loop to prompt you by month, using an array of char * (or an array of string objects, if you prefer) initialized to the month strings and storing the input data in an array of int. Then, the program should find the sum of the array contents and report the total sales for the year.

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: You sell the book c for fools write a program that has you
Reference No:- TGS02635130

Expected delivery within 24 Hours