Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Define a structure for 10 employees containing names, salary and hours of work per day in a company. Write a program to increase the salary

Define a structure for 10 employees containing names, salary and hours of work per day in a company. Write a program to increase the salary depending on the number of hours of work per day as follows and then print the name of all the employees along with their final salaries both on the screen and to a file (employee.txt). image text in transcribed

Hours of work per day 8 10 >=12 Increase in salary $55 $110 $140 Test Data: (for 2 employees) ::Enter 10 Employees Details:: enter 1. emp name:CEM 2 enter 1. emp salary:3250.50 enter 1. emp hours worked:11 enter 2. emp name:MOHAMMED enter 2. emp salary:4000 enter 2. emp hours worked:20 Expected Output: (for 2 employees) ::Employees Details:: Employee1==> CEM 3250.50 Employee2==> MOHAMMED 4000.00 11 20 Employee.txt employee - Notepad File Edit Format View Help Employee1==> Employee2==> MOHAMMED 3250.50 4000.00 11 20

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

Fundamentals Of Database Systems

Authors: Ramez Elmasri, Sham Navathe

4th Edition

0321122267, 978-0321122261

More Books

Students also viewed these Databases questions