zeki
This page lists questions and answers that were posted by visitors named zeki.
Questions
The following questions were asked by visitors named zeki.
Employees at Gitongaβs factory are paid an hourly rate of KES. 1000 for first 40 hours. The overtime rate for hours in excess of 40 is 1.5 times the regular rate. Write a C program to read an employeeβs name, employment number, KRA pin and number of hours...
4 years ago
Write a C program to calculate the value of x in the quadratic equation. ππ₯ 2 + ππ₯ + π = 0 Where π₯ = βπΒ±βπ2β4ππ 2π Implement using the following conditions. If π 2 β 4ππ = 0 then Equation has two equal values. If π 2 β 4ππ > 0 then Equation has two distin...
4 years ago
Answers
The following answers were posted by visitors named zeki.