DEVRY CIS 115 Week 7 Exercise

DEVRY CIS 115 Week 7 Exercise

DEVRY CIS 115 Week 7 Exercise

Check this A+ tutorial guideline at

http://www.assignmentcloud.com/cis-115/cis-115-week-7-exercise

For more classes visit
http://www.assignmentcloud.com

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.

DEVRY CIS 115 Week 7 Exercise

Check this A+ tutorial guideline at

http://www.assignmentcloud.com/cis-115/cis-115-week-7-exercise

For more classes visit
http://www.assignmentcloud.com

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.)...

Similar Essays