PseudocodeGemiddelde Mohammed 5IBE CorrecteVersie PDF

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Score1 = input(“enter your first score”)

Score2 = input(“enter your second score”)

Score3 = input(“enter your third score”)

Score4 = input(“enter your fourth score”)

Gemiddelde = (“Score1 + Score2 + Score3 + Score4) / 4

IF Gemiddelde < 50 then

Print “FAILED”

ELSE

Print “PASSED”

ENDIF

You might also like