Ask a New Question

Asked by Anonymous

A university has 3000 students.These students are divided in four categories
1.B Tech
2.M Tech
3.Ms
4.Phd
Draw a flowchart & algorithm to find percentage of the students in each category
8 years ago

Answers

Answered by Steve
sum=0
for i = 1..4 {sum += cat[i]}
for i = 1..4 {pct[i] = cat[i]/sum * 100}
8 years ago
There are no AI answers yet. The ability to request AI answers is coming soon!

Submit Your Answer


We prioritize human answers over AI answers.

If you are human, and you can answer this question, please submit your answer.

Related Questions

At one university, the students are given z-scores at the end of each semester instead of traditiona... 90% of students at a university use a backpack, while the rest do not. Of all the students, 50% carr... University students average 7.2 hours of sleep per night with a standard deviation of 40 minutes. If... A university has 1500 students out of which 500 are history students, 800 are English students and 2... as a recent university students that will be graduating I am deeply committed to making a positive i... University students, studying the activity of a particular radioactive isotope which had a half-life... a university has 4000 students these students are divided into four categories btech,mtech,ms,phd 31... You invest ​$ 3000 3000 in an account that pays simple interest of 6 6​% for 20 20 years. C=3000 / 300-3X How many kL are in 3000 L?
Submit Your Answer

Question

A university has 3000 students.These students are divided in four categories
1.B Tech
2.M Tech
3.Ms
4.Phd
Draw a flowchart & algorithm to find percentage of the students in each category

Ask a New Question
Archives Contact Us Privacy Policy Terms of Use