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

  Design a reliable byte-stream protocol

The RTT of the network is 140 ms, and the maximum segment lifetime is 60 seconds. How many bits would you include in the Advertised Window and Sequence Num fields of your protocol header?

  View items-make purchase and client register

Web Customer uses our web site to make purchases online. Top level functionality given by the web site are View Items, Make Purchase and Client Register.

  Show how mips can implement the instruction swap

Show how MIPS can implement the instruction swap $rs $rt, which swaps the contents of registers $rs and $rt. Consider the case in which there is an available register.

  Body mass index program

Write a modularized Body Mass Index (BMI) Program which will calculate the BMI of a team player. The formula to calculate the BMI is as follows:

  Experts suggest regarding search for information on internet

Which of the following do experts recommend regarding the search for information on the Internet? Avoid Boolean operators since new technology has made them obsolete.

  Single most important digital device we own

Question: It has been said that within the next few years, smart phones will become the single most important digital device we own. Discuss the implications of this statement.

  Display all prime numbers between the two numbers

To accept two numbers from the user; Display all prime numbers between these two numbers.

  Demonstrate ability to produce a specified table of output

Demonstrate ability to produce a specified table of output. Demonstrate ability to convert a flowchart into a working MATLAB script file.

  Pure gasoline has an energy density

Pure gasoline has an energy density of 115,600 BTU per gallon, while ethanol has an energy density of 75,670 BTU per gallon. Gasoline cost $3.70 per gallon.

  Provide centralized authentication and logging

Scenario You have two VPN servers. One is located in the main corporate office and the second is located at the backup site. You want to provide centralized authentication and logging. What will you do and why?

  What is the current state of dos

What is the current state of DOS? Use your Web browser to research any new activity concerning DOS. Look for indications that DOS is a viable product today. Write up your findings, including where you believe the future lies for DOS.

  Payroll package

Jeff is an analyst.  The human resources department is very unhappy with their payroll package.  They want the information systems department to write them a new package as they think they have unique needs that can't be meet with a packaged solution..

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