Advertisements
Advertisements
प्रश्न
Write pseudocode that will perform the following:
- Read the marks of three subjects: Computer Science, Mathematics, and Physics, out of 100.
- Calculate the aggregate marks.
- Calculate the percentage of marks.
कोड लेखन
Advertisements
उत्तर
Input marks of computer science
Input marks of mathematics
Input marks of physics
Calculate sum = CS + math + phy
Calculate percentage = ( sum / 300 ) * 100
Print sum
Print percentageshaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
