Question
Assume you are the CIO of an organization with three different IT department locations with separate costs. You want a program to perform simple IT
Assume you are the CIO of an organization with three different IT department locations with separate costs. You want a program to perform simple IT expenditure calculations. Your IT expenditure target is $35,000 per site.
Site expenditures: Site 1 $35,000. Site 2 $37,500. Site 3 $42,500.
Exercise 1: Create a Flowchart and python Program Create a flowchart that accurately depicts the following operations and statements that gathers user input, performs calculations on it and then displays the results. Prompt and accept user input for the annual IT expenditure for each of the three company sites. Each subsequent site entry point should automatically appear after hitting return and the perform the calculation after the third site has been submitted. Calculate and display the average of the three. Display one of the following messages: "The average site expenditure is meeting the organizations target goals!" if the average is equal to or below the target. "The average site expenditure is NOT meeting the organizations target goals!" if it is above the average.
Write a python program that performs the operations outlined in the flowchart. Save and run the program and take a screenshot of your code and its results and paste it into the Word document with your flowchart.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started