Saved Bookmarks
| 1. |
Divide the class in 5 groups, where each group will represent one of the five tabsEntrance', 'Emphasis', 'Exit', 'Motion Paths' and Misc Effects'.Each group will identify the different effects available under different tabs Prepare apresentation on it to explain it to the class.TAB:NAME OF THE SECTIONEFFECTS |
|
Answer» 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 |
|