Average number of days a company

Assignment Help Basic Computer Science
Reference no: EM132281107

Needs Flow chart (please attach the flowchart in a word document) and also needs the code written with C++ that can compile in visual studio compiler

Concepts tested in this project

  • Learn to organize code within a function
  • Learn to pass data to and return data from a function
  • Use of loops
  • Use of output file processing

Program Description

a program that calculates the average number of days a company's employees are absent during the year and outputs a report on a file named "employeeAbsences.txt". 

Program Specifications

Input for this project:

  • theuser must enter the number of employees in the company.
  • the user must enter as integers for each employee:
    • the employee number (ID)
    • the number of days that employee missed during the past year.

Input Validation: 

  • Do not accept a number less than 1 for the number of employees.
  • Do not accept a negative number for the days any employee missed.
  • Be sure to print appropriate error messages for these items if the input is invalid.

Output: The program should display the following data:

  • display a students' full name
  • display a due date
  • display the user full name
  • Each employee number (ID) and the number of days missed should be written to the report file named "employeeAbsences.txt".
  • The average number of days a company's employees are absenting during the year should be written to the report file named "employeeAbsences.txt".

Program Requirements

-      a global variable of type ofstream for the output file. Use this variable to open the file employeeAbsences.txt in your program to write data to it. A global variable is defined above the main function and its scope is throughout the program.

-      Create the following three functions that will be called by the main function:

1.    A function called NumOfEmployees. This function asks the user for the number of employees in the company. This value should be returned as an int. The function accepts no arguments (No parameter/input).

2.   A second function called TotDaysAbsent that accepts an arguments of type int for the number of employees in the company and returns the total of missed days as an int. This function should do the following:

a.   Asks the user to enter the following information for each employee:

  • The employee number (ID) (Assume the employee number is 4 digits or fewer, but don't validate it).
  • The number of days that employee missed during the past year.

b.   Writes each employee number (ID) and the number of days missed to the output file (employeeAbsences.txt).  ( Refer to Sample File Output )

3.   A third function called AverageAbsent that calculates the average number of days absent.

a.   The function takes two arguments:

  • the number of employees in the company
  • the total number of days absent for all employees during the year.

b.   This function should return, as a double, the average number of days absent.

c.   This function does not perform screen or file output and does not ask the user for input.

NOTE:

  • The location of the fileemployeeAbsences.txtcreated by your program will be in the same folder as your .cpp source file. Make sure to check your file system directory to see if the file is getting created as the result of running your program and its format matches with the format shown in Sample File output format.
  • Also avoid declaring an absolute path foremployeeAbsences.txt,for examplee:\ employeeAbsences.txtorc:\cmsc140\employeeAbsences.txtin your program].

Reference no: EM132281107

Questions Cloud

Package manager and debian package manager : Compare Red Hat Package Manager and Debian package Manager. How are they similar and how are the different?
Bussiness tax planning assignment : Its bussiness tax planning assignment and it should be made accordingly tax planning - Annalise also contributed $2,400 into an RESP for Asher in 2018
Linux software packages have dependencies : Linux software packages have dependencies and conflicts that can occur for numerous reasons. Discuss at least 3 ways they can occur.
Examining cloud solutions for individuals and businesses : In this unit we are examining some Cloud solutions for individuals and businesses. Specifically, we will consider data storage and collaboration in the Cloud.
Average number of days a company : Needs Flow chart (please attach the flowchart in a word document) and also needs the code written with C++ that can compile in visual studio compiler
Discuss their impact on people of african descent : Discuss their impact on people of African descent and how Gyasi employs these important historical moments to advance her narrative.
What kinds of moral implications : What kinds of moral implications do you think programmers will need to consider when creating AI applications?
Develop one complete system requirement for activities : When developing system requirements, it is very important that they be written in a way that will allow for specific design and development steps.
What troubleshooting command can be used : What troubleshooting command can be used to test where a communications problem occurs within your network, or between your network and another address?

Reviews

Write a Review

Basic Computer Science Questions & Answers

  What must be true of the fifth battery selected

In order to have y = 5, what must be true of the fifth battery selected? List the four outcomes for which y = 5, and then determine p(5).

  Desirable properties of the relational computation model

For this exercise, investigate how to remove this restriction while maintaining the desirable properties of the relational computation model, i.e., its simple logical semantics and efficient implementation.

  Write a c++ program that prompts the user for two values

Write a C++ program that prompts the user for two values. The program then prints the two numbers in ascending order. If the two values are identical it prints a single line saying that both numbers are identical.

  What is the time value of money

What is the time value of money? (in regards too compounding, discounting ,risk management and assest valuation.

  Identify the differences between the tcp and the ip

Identify the differences between the TCP and the IP? Why are TCP/IP and DNS important components to the way the Internet works?

  Would you leave all three predictors in this model

Does this model mean that by changing the levels of the predictors in this equation, we could affect life expectancy in that state? Explain

  Osi security architecture

1. What is the OSI security architecture? 2. What is the difference between passive and active security threats? 3. List and briefly define categories of passive and active security attacks.

  Disposal of technology devices and gadgets

This assignment requires you to use more presentation tools and allows you to be creative. It switches gears and addresses the disposal of our technology devices and gadgets.

  Import statement at the top of the program

The following code uses functions defined in my_funcs.py. Complete the import statement at the top of the program.

  Discuss differences between form and report

Discuss the differences between a form and a report. What characteristics make a form or report good/bad and effective/ineffective?

  Network architecture that allows users

Design a "Simple" network architecture that allows users in the untrusted domain to communicate with systems in the trusted domain employing

  Management and inventory controls across the technology

Asset management and inventory controls across the technology life cycle are critical to ensuring that assets are not stolen or lost and that data on assets.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd