Page 63 - 1
P. 63

Activity Fun Taks

A. What are looping statements? What are their use? Find information and make a project on it in
         Microsoft PowerPoint. Show the project in the class. Also explain each slide while showing the
         slide show.

B. Write the output of the following programs.
         1. FOR A = 1 TO 5
                  PRINT “12 *”; A;”=”;12*A
                  NEXT A
                  END

         2. B=-5
                  FOR C=40 TO 1 STEP B
                  PRINT C
                  NEXT C
                  END

         3. A = 30
                  WHILE A < 35
                  PRINT A
                  A=A+1
                  WEND
                  END

                                                                                                                                    63
   58   59   60   61   62   63   64   65   66   67   68