GOVERNMENT POLYTECHNIC YAVATMAL
[2022-2023]
DEPARTMENT OF COMPUTER ENGINEERING
Subject – C Language (22226)
Title:- Write the program to calculate
overtime pay of employees . Overtime is paid
at the rate of Rs.12.00 per hour worked above
40 hours. Assume that employees do not work
for fractional part of an hour.
Submitted by :-
Parth Pazare
Pratik Pohekar
Sharvari Rahangdale
Dnyaneswari Ramrupwad
Akash Rathod
Under the guidance
of:- S.S.Mete Mam
GOVERNMENT POLYTECHNIC, YAVATMAL
CERTIFICATE
Micro Project
This is to Certify that the Micro project entitled Classification of C project
on employee management with options to Add employee, List employee
details, Count Employees etc. Program uses structure to store books
records..has completed satisfactorily for the subject of C Language (22226)
by the Students of First year second Diploma in Computer
Semester
Engineering.
Name of The Students Roll no
Parth Pazare 43
44
Pratik Pohekar
Sharvari Rahangdale 45
Dnyaneswari Ramrupwad 46
Akash Rathod 47
In partial fulfilment of the requirements for the award of the Diploma in
Computer engineering and submitted to the Department of Science and
Humanities of Government Polytechnic, Yavatmal (1011) for the work carried
out during a period for the academic year 2022-2023 as per curriculum.
Project Guide : S.S.Mete
H.O.D (Computer) :K.K Bele
Principle: Mr.R.P Mogre
ACKNOWLEDGEMENT
It is an incident of great pleasure for us submitting this Micro project. We take
this opportunity to express our deep sense of gratitude and great thanks to our
guide S.S.Mete mam and HOD K. K. Bele sir, who has been a constant
source of our guidance and inspiration of thoughts we will always be grateful
to them for encouragement and suggestion given by them from time to time.
We should like to thank all the teaching members of Computer
Engineering Department and sincere thanks to our Principal Prof. R.P.
Mogre Sir who always inspire us.
We are also thankful to our friends and library staff members whose
encouragement suggestion helped us to complete our Micro Project.
GROUP MEMBERS:-
Parth Pazare
Pratik Pohekar
Sharvari Rahangdale
Dnyaneswari Ramrupwad
Akash Rathod
Declaration
We hereby declare that the project entitled, in the partial fulfillment of the
cours PCI(22226) curriculums of the Program, “Diploma in Computer
Engineering” is submitted to The Department of Science & Humanities of the
institute Government Polytechnic Yavatmal. The work done by us is our own
piece of work and authentic to the best of our knowledge under the guidance of
S.S.Mete mam
GROUP DETAILS (Group No. 01)
Sr.No Roll No Name of student Enrollment No
1 19 Parth Pazare 2201350080
2 20 Pratik Pohekar 2201350081
3 21 Sharvari Rahangdale 2201350082
4 22 Dnyaneswari Ramrupwad 2201350083
5 23 Akash Rathod 2201350084
CONTENTS
INTRODUCTION
ACTION PLAN
WEEKLY PROGRESS REPORT
RATIONALE
AIMS/BENEFITS
COURSE OUTCOMES ACHIEVED
LITERATURE REVIEW
METHODOLOGY FOLLOWED
RESOURCES USED
ABSTRACT OF THE MICRO PROJECT
SUMMARIZATION OF THE CONTENTS
OUTPUT OF THE MICRO-PROJECT
SKILLS DEVELOPED
CONCLUSION
REFERENCES
ACTION PLAN
Sr Details of Activities Plan start Plan Name of Hour
No date finish responsible
date Team
member
1 Discussion and All 1Hour
finalization of topic member
2 Preparation &submission All 1Hour
of abstract member
3 Literature review All 1Hour
member
4 Collection of date All 1Hour
member
5 Collection of Data All 1Hour
member
6 Discussion and outline of All 1Hour
content member
7 Formation of content All 1Hour
member
8 Editing and proof All 1Hour
reading of content member
9 Compilation of report And All 1Hour
Preparation member
10 Seminar All 1Hour
member
11 Viva voice All 1Hour
member
12 Final Submission All 1Hour
member
Weekly Progress Report:
Sr Week Activity Performs Sing Date
, of
N Guide
o
1 1st Discussion and finalization of topic
2 Preparation and submission of
an abstract
3 3rd Literature review
4 4th Collection of data
5 5 th Collection of data
6 6 th Discussion and outline of contents
7 7th Formulation of content
8 8th Editing and proof reading
of content
9 9th Completion of report
and presentation
10 10th Seminar
11 11th Viva Voice
12 12th Final submission of Micro Project
Annexure 1
GOVERNMENT POLYTECHNIC YAVATMAL
1.0 Aims/Benefits of the Micro-Project.
C project to calculate the overtime pay of employees when the
overtime is paid at the rate of Rs.12.00 per hour worked.
2.0 Course Outcomes Achieved
1. Develop flowchart and algorithm to solve problems logically.
2. Develop ‘C’ program using arrays and structures.
3.0 Literature Review
Taken internet as a resources to find the Information. Further
collected all the details related to it Also referred the book related to
it enhance the micro-project Knowledge.
4.0 Proposed Methodology
As per as with the aim of the project and to assure the
proposed and desired outcomes we are committed to adopt the
following Methodology.
Firstly, we are determined to go through the encyclopedia
and some content websites regarding the project to cope up with
the issue of thought process .
Secondly, we started to collected the information about
structure and structures is a important because A Structures
(also called structs) are a way to group several related variables
into one place. Each variable in the structure is known as a
member of the structure.
Thirdly, We can create a structure by using the struct
keyword and declare each of its members inside curly press ,then
Use the struct keyword inside the main() method, followed by
the name of the structure and then the name of the structure
variable..
5.0 Resources Used
Sr.No Name of resources Specifications Quantity
1 Computer system 32-bits 1
2 Operating system Windows 7 1
unlimited
3 Software Microsoft office 1
4 Online C.Complier GBD 1
GROUP MEMBERS:-
1.Parth Pazare
2.Pratik Pohekar
3.Sharvari Rahangdale
4.Dnyaneswari Ramrupwad
5.Akash Rathod
Annexure 2
GOVERNMENT POLYTECHNIC YAVATMAL
Write the program to calculate overtime pay of
employees . Overtime is paid at the rate of Rs.12.00 per
hour worked above 40 hours. Assume that employees do
not work for fractional part of an hour.
1.0 Rationale
Library management system project in C” is a console application
using the C programming language. This project compiled in Code
Blocks with the Online compiler. In this console application, you can
do basic library management task like list the book, list by title of the
book, counts the books, ..etc.
2.0 Aims/Benefits of the Micro-Project.
C project to calculate the overtime pay of employees when the
overtime is paid at the rate of Rs.12.00 per hour worked.
3.0 Course Outcomes Achieved
1. Develop flowchart and algorithm to solve problems logically.
3. Develop ‘C’ program using arrays and structures
4.0 Literature Review
Taken internet as a resources to find the Information. Further
collected all the details related to it Also referred the book related
to it enhance the micro-project Knowledge.
5.0 Actual Methodology followed
As per as with the aim of the project and to assure the
proposed and desired outcomes we are committed to adopt the
following Methodology.
Firstly, we are determined to go through the encyclopedia
and some content websites regarding the project to cope up with
the issue of thought process .
Secondly, we started to collected the information about
structure and structures is a important because A Structures
(also called structs) are a way to group several related variables
into one place. Each variable in the structure is known as a
member of the structure.
Thirdly, We can create a structure by using the struct
keyword and declare each of its members inside curly press ,then
Use the struct keyword inside the main() method, followed by
the name of the structure and then the name of the structure
variable..
keyword inside the main() method, followed by the name of the
structure and then the name of the structure variable.
6.0 Actual Resources Used
Sr.No Name of resources Quality Specifications
1 Computer system 1 32-bits
2 Operating system 1 Windows
7unlimeted
3 Software 1 Microsoft office
4 Online c compiler 1 GBD
8.0 Skills Developed/ Learning outcome of this Micro-Project
Communication skill and planning for micro project with group
members skill developed.
Presentation skill developed how to present our project
and perform the action of Micro micro-project.
Leadership developed and time budge and cost estimation and
schedule management skill developed.
Internet surfing skill
Write the program to calculate overtime pay of employees .
Overtime is paid at the rate of Rs.12.00 per hour worked above 40
hours. Assume that employees do not work for fractional part of a
hour.
SOURCE COAD
#include<stdio.h>
int main()
{
int count=1,working_hours,over_time;
float over_time_pay;
while(count<=10)
{
printf("Enter the working hours of employee no %d: ",count);
scanf("%d",&working_hours);
if(working_hours>40)
{
over_time_pay = working_hours * 12.00;
printf("Employee No %d Overtime pay is %.2f\n",count, over_time_pay);
}
else
printf("You have to work for more than 40 hours to get over time pay \
n");
count++;
}
}
CONCLUSION :
REFERENCES :
https://www.javatpoint.com/library-management-system-in- c
https://www.tutorialspoint.com/write-a-c-program-of-library-
management-system-using-switch-case
Thank you!!