Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Directions Complete the following exercises using C programming language. Take screenshots of the code and its output where specified and paste them into in a

Directions

Complete the following exercises using C programming language. Take screenshots of the code and its output where specified and paste them into in a well-labeled Word document for submission.

Scenario

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 Program

  1. Create a program 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 then 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 organization's target goals!" if the average is equal to or below the target.
      • "The average site expenditure is NOT meeting the organization's target goals." if it is above the average.
  2. Write a 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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

Approaches to Managing Organizations

Answered: 1 week ago

Question

Communicating Organizational Culture

Answered: 1 week ago