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

OUTPUT “You failed”

ELSE

OUTPUT “You have passed”

You might also like