Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

can you help me with this one Q1) Write a complete program in C to do the following tasks. 1. The program print Welcom [

can you help me with this one
image text in transcribed
Q1) Write a complete program in C to do the following tasks. 1. The program print "Welcom [ Your name] in accounting system "' 2. The program print "Enter the number of employees to calculate commission" 3. The user should enter the number of employees. 4. The program print "Enter the salary and overtime hours" (loop based on the number entered) 5. The user should enter two values: salary and overtime hours for each employee. 6. The program shall check if the over time hours more than 30 , the commission will be 0.05 (i.e Salary = salary + salary 0.05 ) , otherwise the salary will not change. 7. For each employee (loop), the program print the final salary result

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions