QUESTION IMAGE
Question
question 3 of 10
which task is this algorithm written to perform?
on start
set num1 to ask for number
set num2 to ask for number
set sum to num1 + num2
splash \the sum is \ convert sum to text
a. choosing random numbers
b. determining the users score
c. adding numbers together
d. asking the players age
The algorithm first asks for two numbers (num1 and num2), then calculates their sum (sum = num1 + num2), and finally displays the sum. Option A is incorrect as it's not choosing random numbers. Option B is incorrect as it's not about a score. Option D is incorrect as it's not asking for age. Only option C matches the action of adding numbers together.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
C. Adding numbers together