Line Number Description 1 countHighRatings ← 0…
Line Number Description 1 countHighRatings ← 0 2 countLowRatings ← 0 3 Input ticket number 4 While ticket number not equal to 0 5 Start While loop 6 Input Rating 7 If rating equals 1 8 countHighRatings ← countHighRatings + 1 9 Otherwise 10 countLowRatings ← countLowRatings + 1 11 End While Loop 12 Display countHighRatings 13 Display countLowRatings