Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Appreciating your cooperation, I want the following Deliverables: Flowchart for the Program, C++ files (source code), screenshot of the Output. I have found similar project,

Appreciating your cooperation, I want the following Deliverables: Flowchart for the Program, C++ files (source code), screenshot of the Output. I have found similar project, but it doesn't have a flow chart and the output screenshot needs to be the same as what i have attached here. Thanks

image text in transcribedimage text in transcribedimage text in transcribed

Project Description Write 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.bxt" Project Specifications Input for this project: the user 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. o o 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 writtern to the report file named "employee Absences.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". Project Description Write 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.bxt" Project Specifications Input for this project: the user 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. o o 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 writtern to the report file named "employee Absences.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

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

Database And Transaction Processing

Authors: Philip M. Lewis, Arthur Bernstein, Michael Kifer

1st Edition

0201708728, 978-0201708721

More Books

Students also viewed these Databases questions

Question

Write the code in R to compute misclassification error.

Answered: 1 week ago