Ask a New Question

Question

Develop an Algorithm and Flowchart that accept the score/mark of a student in an examination and outputs the grade obtained by the students.
5 years ago

Answers

oobleck
scores = [60,70,80,90,100]
grades = ["F","D","C","B","A"]
read score
for i=1..5
if score <= scores[i] then {grade = grades[i];break}
next i
print grade
5 years ago

Related Questions

) Write an algorithm (in flowchart) that calculates your total daily profit, given an estimated quan... . Develop an algorithm pseudo-code or flowchart that will accept the names of each sales staff me... Develop the algorithm and flowchart for a module that calculates the retirement deduction rate accor... Develop a pseudocode algorithm that prompts the user to input his/her name and age. If the age ente... an algorithm and draw a flowchart to find the profit of an item when its profit and cost price are... how to develop an algorithm and pseudocode read 10 integer from the keyboard in the range 0 up to 1... how to develop an algorithm of read10 integer from the keyboard inthe range of 0up to 100 and how m... Draw the booth algorithm flowchart and compute 6*5 using the same algorithm Develop and algorithm for a two step equation Develop and algorithm for a two step equation using bubble sort
Ask a New Question
Archives Contact Us Privacy Policy Terms of Use