Main
Amal
GS
[Link].
URCHE240080
Session 1 Question
1
08 August 2024
Real a, b, c, avg, sum
Output "Enter the scores
obtained in three courses
one by one"
Input a
Input b
Input c
sum = a+b+c
avg = (sum/3)*100
Output "The average test
score is" &avg
False True
avg>=75.0
Output "Better luck next Output "You are promoted
time" to the next class"
End