1. Average of three number
DECLARE FUNCTION
AVERAGE (A,B,C)
CLS
INPUT “ENTER ANY NUMBER”;A,B,C
PRINT “AVERAGE OF THREE
NUMBER=”;AVERAGE(A,B,C)
END
FUNCTION AVERAGE (A,B,C)
AVG=(A+B+C)/3
AVERAGE=AVG
END FUNCTION
Covid-19 Pandemic In Nepal Covid-19 Is the world wide pandemic in today's context.Not only Nepal but various country are suffering it....
No comments:
Post a Comment
beautiful