Write an algorithm to identify the scores of the students who will take part in the science competition at state level
Answers
Answered by
0
Explanation:
- start
- declare and initialise all the variables u would need
- create methods (if ur asked so)
- then scan the values like student name, roll no, theory marks, internal marks, and so on
- if u need to display them then create a method named display() and print all the values in a formatted way
- end.
Similar questions