1. write the pseudocode to get the input of 10


1. Write the pseudocode to get the input of 10 integers from the user and add them up and output the total. (4 points)

2. Compute the output of following pseudocode. Assume that output and count are integer variables. (4 points)

output = 1
FOR count = 1 to 5
output = output * count
ENDFOR
PRINT output


3. What is the difference between DO IN ORDER and DO TOGETHER structures in Alice? (2 points):

4. Identify one popular property item for most Alice objects (2 points).

5. Identify one favorite event in Alice (Hint: click on "create new event" in Alice to see the list) (2 points).

6. Identify the method to use to make an object bigger by 100% in Alice. (2 points).

7. Let us say we have a list of 10 animal objects called "animals" in Alice. Write the code to move them forward synchronously by 1 meter. (4 points).

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: 1. write the pseudocode to get the input of 10
Reference No:- TGS0157201

Expected delivery within 24 Hours