CS101x S05 Dumbo Computations IIT Bombay
CS101x S05 Dumbo Computations IIT Bombay
CS101x S05 Dumbo Computations IIT Bombay
Computer Programming
Dr. Deepak B Phatak
Dr. Supratik Chakraborty
Department of Computer Science and Engineering
IIT Bombay
Given the number of boys and girls in a class, find the total
number of students in the class
Input NBOYS;
Input NGIRLS;
NSTUDENTS = NBOYS + NGIRLS;
Output NSTUDENTS;