Answered step by step
Verified Expert Solution
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
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.txtStep 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