write a pseudo code which prints a list of all students over the age of 20 in a class. the input record contains age,name of students assume a sentine value of 99

1 answer

for each s in students
if s.age == 99 then exit
if s.age <= 20 then continue
print s.name, s.age
next s
Similar Questions
  1. Purpose:• Write AND OR & NOT logic in pseudo-code and Raptor. Requirements: In Notepad, write pseudo-code for the following.
    1. answers icon 9 answers
  2. Purpose:• Write AND OR & NOT logic in pseudo-code and Raptor. Requirements: In Notepad, write pseudo-code for the following.
    1. answers icon 1 answer
    1. answers icon 0 answers
    1. answers icon 3 answers
more similar questions