Pseudocode 4
Pseudocode 4
counter = 0
REPEAT
PRINT "Enter the price of the house"
input price
---------------
NEXT counter
ENDFOR
------------
counter = counter + 1
ENDWHILE
-----------------0--------------------
------------0----------------
temp_above = 0
temp_below= 0
OUTPUT "Number of days with the temperature below 20C: ", temp _below
OUTPUT "Number of days with the temperature above or equal to 20C: ", temp_above