Computer Science, asked by maxlavgs1, 6 months ago


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 ramadhurde6
0

Answer:

  1. kgutxjyxyçuyçuiti four f
  2. goyfyk cut xx
  3. hfxjgx I
  4. hdgdbd
  5. gnhk
Similar questions