Design an algorithm determining the annual profit


Please provide:
-IPO Chart
-Flow Chart
-Pseudocode
-Output Examples (in Visual Logic)

Assignment:
Your goal is to solve the following simple programming exercise. You have been asked by your accounting department to design an algorithm determining the annual profit for your company. The algorithm should ask the user for the projected monthly sales for 12 months. Then, you need to determine the annual profit and display it to the user. The annual profit is 21% of the total sales.
Part A: Using Visual Logic, write the monthly sales amounts to a file, monthly_Sales.dat. (Hint: be sure to enter a sentinel value for end of file processing later.)
Part B: Using a separate algorithm, use the monthly_Sales.dat file as input to determine the company's annual profit.

Be sure to THINK about the logic and design first (IPO chart and or pseudocode), then code the Visual Logic command line processing. 

Request for Solution File

Ask an Expert for Answer!!
Data Structure & Algorithms: Design an algorithm determining the annual profit
Reference No:- TGS095507

Expected delivery within 24 Hours