Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

question 3 of 10 which task is this algorithm written to perform? on st…

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

Explanation:

Brief Explanations

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.

Answer:

C. Adding numbers together