Download as pdf or txt
Download as pdf or txt
You are on page 1of 8

MURUGAPPA POLYTECHNIC COLLEGE

Sathyamurthy Nagar,chennai-6000 062 (An

Academically Autonomous Institution)

DEPARTMENT OF COMPUTER ENGINEERING


MINI PROJECT REPORT
ON
MODERN PERIODIC TABLE

Submitted by

NAME ROLL NO

KARTHIKEYAN.R 222077

SANTHOSH.M 222098

SUDHARSAN RAJ.B 222108

VIGNESH.V 222110

STAFF INCHARGE HOD


ABSTRACT

Write a program in C to calculate


and print the electricity bill of a
given customer. The customer ID,
name, and unit consumed by the
user should be captured from the
keyboard to display the total
amount to be paid to the customer.
The charge are as follow :

Unit
Charge/unit
upto 199@1.20
200 and above but less than
400@1.50
400 and above but less than
600@1.80
600 and above@2.00
If bill exceeds Rs. 400 then a
surcharge of 15% will be charged
and the minimum bill should be of
Rs. 100/-

3
SYSTEM REQUIREMENTS

HARDWARE REQUIREMENTS

PROCESSOR : intial i3 3.1 Ghz

RAM : 4 GB

HARD DISK : 512 GB

SOFTWARE REQUIREMENTS

OPERATING SYSTEM : Windows 10

LANGUAGE : C

4
PROJECT CODING
SCREENSHOT

1
7
1
8
CONCLUSION
Modern Periodic Table project in c:
Scope of the project : It is developed using the C programming language for the
purpose of storing name, symbol, atomic number, atomic weight.

Description of the project :


This project is to explore or to display the stored information. You can search
an element by using any of the following method:
1. By name of element
2. By symbol of element
Program will tell the user about element atomic mass,atomic weight,formulaes,electron
configration,meliting point and all which is famously relatives.
C functions uses:
Filing,if else condion,arrays,functions,2d array ,strings,pointers.

10

You might also like