CS 199: SPST Games ~~~~~~~~~~~~~~~~~~ Assignment 11: ~~~~~~~~~~~~~ - Examples of all these tasks are available on "PSU CS199" - Redo Assignment 9, Tasks #1 and #3 using loops Task 1: ~~~~~~~ - Create an object that prints 1 to 30 when you touch it Task 2: ~~~~~~~ - Create an object that calculates the sum of all the numbers from 1 to 100 when you touch it. Your program must actually calculate this number. llSay( 0, "The sum of 1 to 100 is: 5050") is *not* a valid solution