CIS 115 Week 7 Exercise CIS 115 Week 7 Exercise

CIS 115 Week 7 Exercise Click Below Link To Purchase www.foxtutor.com/product/cis-115-week-7-exercise 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. Rubric: When completed staple the following documents together neatly in 1,2,3,4 order: 1) This instruction sheet first 2) The IPO Chart, second 3) The Pseudocode, third 4) The Flowchart and output example last.