answersLogoWhite

0

If he works for a government agency, he could be called a public sector employee or just a government employee.

If you listen to a lot of talk radio, he is called a leach sucking off the public teat.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

Program to find employee details using structure in c?

#include<stdio.h> #include<conio.h> struct employee { char name[100]; int age,salary; }; void main() { struct employee details; clrscr(); printf("\n the name of the employee is ... \n the age of the employee is... \n the salary acquired is..."); scanf("%c%d%d",&details.name,&details.age,&details.salary); clrscr(); printf("\n the name is... \n the age is... \n the salary is...",details.name,details.age,details.salary); getch(); }


What are the basic concepts of RDBMS?

RDBMS is the acronym for Relational DataBase management indicating that the datastores, the tables are related to each other. Take the case of an employee table - the employee details like his employee number, name and address are stored there. Take another table, salary where the employee's salary is stored. The link or the relation between these two is the employee number that is used to uniquely identify the employee.


What is another name for take home money?

Another name for take-home money is "net income." It refers to the amount of money an employee receives after all deductions, such as taxes and other withholdings, have been subtracted from their gross salary. This is the actual amount available for personal use or savings.


You bought your daughter a cartook it out of her name had in your name because insurance was cheaper now she pays insurance in her namedoes she pay taxes?

Whose name is on the title? That person owes any taxes on the car.


Name two things that state taxes pay for?

The governor's salary and janitorial service for the state capitol building.


How do you request HR to stop salary for poor performance employee and request to terminate this employee?

Subject: Request for Action on Employee Performance Dear [HR Manager's Name], I am writing to formally request the cessation of salary payments for [Employee's Name] due to ongoing performance issues that have not improved despite previous discussions and support. Additionally, I recommend initiating the termination process, as their performance has not met the required standards despite multiple opportunities for improvement. Please let me know how we can proceed with this matter. Best regards, [Your Name] [Your Position]


What information is typically included on a paystub, including the employee ID?

A paystub usually includes details like the employee's name, pay period dates, hours worked, wages earned, deductions taken out (such as taxes and benefits), and the employee ID for identification purposes.


Can you provide an employee contract example for reference?

An employee contract is a legal document that outlines the terms and conditions of employment between an employer and an employee. It typically includes details such as job responsibilities, salary, benefits, working hours, and termination clauses. Here is an example of a basic employee contract: Company Name Employee Contract This agreement is made between Company Name (the "Employer") and Employee Name (the "Employee") on Date. Position and Responsibilities: The Employee will be employed as a Job Title and will be responsible for Brief Description of Job Responsibilities. Salary and Benefits: The Employee will be paid a salary of Amount per Time Period and will be eligible for List of Benefits. Working Hours: The Employee's regular working hours will be Start Time to End Time on Days of the Week. Termination: Either party may terminate this agreement with Notice Period notice. This contract is subject to the laws of Jurisdiction. Both parties have read and understood the terms and agree to abide by them. Employer Signature: Employee Signature: Date: Please note that this is a basic example and may need to be customized to fit the specific needs of your organization. It is recommended to seek legal advice when drafting an employee contract.


Input a list of employee names and salaries and determine the mean average salary as well as the number of salaries above and below the mean?

Declare Names[100], Salaries[100]Set Sum = 0Set Count1 = 0Set K = 1Write "Enter Employees Name and Salary."Write "Enter *,0 when done."Input Name, SalaryWhile Salary "0"Set Count1 = Count1 + 1Set Sum = Sum + SalaryWrite "Enter another Employee Name and Salary (enter *,0 when done)"Input Name, SalaryEnd WhileSet Average = Sum / Count1Set Count2 = 0Set Count3 = 0For K = 1 Step 1 to Count1If Salary[K] > Average ThenSet Count2 = Count2 + 1End IfIf Salary[K] < Average ThenSet Count3 = Count3 + 1End IfEnd ForWrite "The Average Salary is: $", AverageWrite "The number of Salaries Above theAverage Salary is:", Count2Write "The number of Salaries Below theAverage Salary is:", Count3


Things that might appear on a payslip?

NI Number Tax Code Gross Pay :)


What information is typically included on a pay stub, including the employee number?

A pay stub usually includes information such as the employee's name, pay period dates, hours worked, gross pay, deductions for taxes and benefits, net pay, and sometimes an employee number for identification purposes.


What information is shown on a pay slip?

A pay slip typically includes details such as the employee's name, job title, and pay period, along with the gross salary earned before deductions. It also outlines various deductions, such as taxes, social security, and retirement contributions, leading to the net pay, which is the amount the employee takes home. Additionally, it may show accrued leave balances and any bonuses or overtime payments. Overall, a pay slip provides a comprehensive summary of an employee's earnings and deductions for a specific pay period.