Develop a C# app that will determine the gross pay for each of three employees

codeboks
1 min readSep 3, 2020

Object:

Develop a C# app that will determine the gross pay for each of three employees. The company pays straight time for the first 20 hours worked by each employee and time-and-a-half for all hours worked in excess of 20 hours. You’re given a list of the three employees of the company, the number of hours each employee worked last week, and the hourly rate of each employee. Your app should input this information for each employee, then should determine and display the employee’s gross pay. Use the Console class’s ReadLine method to input the data.C# Projects with Source Code.

Code:

using System;

using System.Collections.Generic;

using System.Linq;

using System.Text;

using System.Threading.Tasks;

namespace oop1b

{

class emp…continue code for click here…

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

codeboks
codeboks

Written by codeboks

Your favorite source for all things Coding.

No responses yet

Write a response