C++ Program to find total marks of five subjects and
percentage. #include<iostream.h> #include<conio.h> void main() { long int t,s1,s2,s3,s4,s5; double p; clrscr(); cout<<"\nEnter Marks for Subject1 : "; cin>>s1; cout<<"\nEnter Marks for Subject2 : "; cin>>s2; cout<<"\nEnter Marks for Subject3 : "; cin>>s3; cout<<"\nEnter Marks for Subject4 : "; cin>>s4; cout<<"\nEnter Marks for Subject5 : "; cin>>s5; t=s1+s2+s3+s4+s5; p=(t*100)/500; cout<<"\nTotal Marks = "<<t; cout<<"\nPercentage = "<<p; getch(); }
|
Computer Science :: 11th/12th, Computer Engineering :: Degree/Diploma, Coding Concept ( C, C++ & JAVA Programming, JDBC Concept, DBMS - SQL Concept, Data Structure, Communication & Network Concept.
Monday, August 2, 2021
C++ Program to find total marks of five subjects and percentage.
Subscribe to:
Post Comments (Atom)
12th January Swami Vivekanand Jayanti: National Youth Days
The day serves as a reminder to the youth of India to remain steadfast in their goals and contribute positively to society. Swami Vivekanand...
-
1) Workbook - A workbook is like a book and consists worksheets. 2) Worksheet - A worksheet is working area consists rows and columns. By...
-
Programmingway: SSC ICT PAPER PATTERN : INFORMATION COMMUNICATION TECHNOLOGY (41) (E) (NEW COURSE) NOTE: - (i) All questions are compu...
-
Choose Eklavya, for Computer Education वाह रे जिंदगी, एक साल में बहुत कुछ दिखाया है तूने..!!
No comments:
Post a Comment