PROSOLVE Game
[
Log In
]
Home
1: Algorithm
Question 1a
Question 1b
Question 1c
Question 1d
Question 1e
2: Basics
Question 2a
Question 2b
Question 2c
Question 2d
Question 2e
3: Input/Output
Question 3a
Question 3b
Question 3c
Question 3d
Question 3e
4: Selection
Question 4a
Question 4b
Question 4c
Question 4d
Question 4e
5: Repetition
Question 5a
Question 5b
Question 5c
Question 5d
6: Functions
Question 6a
Question 6b
Question 6c
Question 6d
7: Arrays
Question 7a
Question 7b
Question 7c
Help
ProSolve Game : 3 Steps
Feedback: PROSOLVE Game
PROSOLVE Game
Level 7
Write a program that asks the user to enter 10 numbers each in two arrays. The program then sums the values of both arrays and put them in third array and prints the values of third array.
Random Steps :
Do
Start
Stop
Do
do
Read number num, Store num to B[count], Increment count by 1
While ( count < 10)
While(count < 10)
While (count < 10)
C[count] = A[count] +, B[count], Print C[count], Increment count by 1
Set count to 0
Read number num, Store num to A[count], Increment count by 1
Set count to 0
Set count to 0
Number of Clicks:
(
Instruction:
Re-arrange the above given random steps into correct steps of sequential order by moving the lines (steps), up or down using the arrow Image-Buttons at right side of the list box.)
Total POINTS: