DECLARE FUNCTION MIN(X,Y)
CLS
A=10:B=2
PRINT “MINIMUM VALUE IS ", MIN(A,B)
PRNT MIN(100,200)
PRINT MIN(200,220)
END
FUNCTION MIN(X,Y)
IF X<Y THEN
MIN=X
ELSE
MIN=Y
ENDIF
END FUNCTION
i. How many time function MIN() will be executed while running the above program?
Answers
Answered by
0
Answer:
- kgutxjyxyçuyçuiti four f
- goyfyk cut xx
- hfxjgx I
- hdgdbd
- gnhk
Similar questions