In a class, both boys and girls are studying. There are some students whose age is greater than 18 years. Write a C++ pr
Posted: Mon Jun 06, 2022 12:48 pm
In a class, both boys and girls are studying. There are some
students whose age is greater than 18 years. Write a C++ program
with class, to count how many girls are above 18 years and weight
is less than 50 kg. And also find how many boys are above 18 years
and their weight is greater than 50 kg. Find the total number of
boys and girls in the class who satisfy the above
condition.
students whose age is greater than 18 years. Write a C++ program
with class, to count how many girls are above 18 years and weight
is less than 50 kg. And also find how many boys are above 18 years
and their weight is greater than 50 kg. Find the total number of
boys and girls in the class who satisfy the above
condition.