Answered step by step
Verified Expert Solution
Question
1 Approved Answer
using C codes A company that you are working with wants to give an extra bomus for year 2019 outstanding achievement to their workers base
using C codes
A company that you are working with wants to give an extra bomus for year 2019 outstanding achievement to their workers base on the number of day that they coming to work The company will pay RM10.00 for each working day. For example: Zulfakar works for 100 days, therefore he deserved an extra bonus of RM1,000.00. The output should be as follow: Name of employee: Zulfakar Number of working days: 100 An extra bonus of RM1,000.00 for 100 days working to Zulfakar. The number of days working must be a positive mmber and not more than 365 days. As a programmer, you need to develop the program by following the design step as below: (1 Study the problem given by determining the mput and output of the program the calculation involve and the boundary of the valid input from users. Base on the answer given in Q1(b), write the Pseudo code of the proposed algorithm 111 Write a program based on the answer given in Q1(b) (i)Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started