Computer Science, asked by kamal1351, 6 hours ago

Write an algorithm to identify the scores of the students who will take part in the science competition at state level

Answers

Answered by raro24
0

Explanation:

  1. start
  2. declare and initialise all the variables u would need
  3. create methods (if ur asked so)
  4. then scan the values like student name, roll no, theory marks, internal marks, and so on
  5. if u need to display them then create a method named display() and print all the values in a formatted way
  6. end.
Similar questions