hallo!
ppl plz help me write the pseudocode for the following problem! im new at this and have no clue how to do it! the assignment is due tmrw so quick help will b appreciated

1) enter 55 test scores and print how many were passing scores(50 or more)and how many were failing scores (49 or less)

Recommended Answers

All 2 Replies

the test scores would be integer values from (0 to 100)

You can't get pseudocode wrong, just concentrate on the steps and outline them. For example:

read a test score
is it less than 50?
  add a failing score
otherwise
  add a passing score
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.