diakhimdung diakhimdung 10-03-2024 Computers and Technology contestada Write the output of the following program. CLS LET a = 10 LET b = 20 LET c = 30 t = (a+b+c)/a s = t MOD 4 x = t * s PRINT "Average="; x END