Instructions:
- For your final project, please address the following problems.
- Please respond substantively to each problem and avoid one-line sentences
- For each answer, where appropriate, cite your answer per APA documentation format. In other words, tell me the source of your answer. You can cite pages in your textbook that contain the answer; or you can also use trusted resources found via Internet as your resources.
- IMPORTANT: Use your Word Processor (i.e. Microsoft Word) to answers the problems below. For the ones that involve coding, you could also just type up your code in the same Word document.
problem) prepare the pseudocode to get the input of 10 integers from the user and add them up and output the total.
problem) Compute the output of following pseudocode. Assume that output and count are integer variables
output = 1
FOR count = 1 to 5
output = output * count
ENDFOR
PRINT output
problem) prepare the difference between DO TOGETHER and DO IN ORDER structures in Alice?
problem) Identify one favorite event in Alice.
problem) Identify one popular property item for most Alice objects
problem) Identify the method to use to make an object bigger by 100% in Alice.
problem) Let us say we have a list of 10 animal objects called "animals" in Alice. prepare the code to move them forward synchronously by 1 meter.