Computer Science, asked by satyaba4294, 6 months ago

Divide the class in 5 groups, where each group will represent one of the five tabs
Entrance', 'Emphasis', 'Exit', 'Motion Paths' and Misc Effects'.
Each group will identify the different effects available under different tabs Prepare a
presentation on it to explain it to the class.
TAB:
NAME OF THE SECTION
EFFECTS​

Answers

Answered by Anonymous
3

Answer:

CLS

INPUT "Enter two number"; a, b

IF a > b THEN

PRINT a; "is greatest number"

PRINT b; "is lowest number"

ELSE

PRINT b; "is greatest number"

PRINT a; "is lowest number"

END IF

END

Similar questions