Hot Student Stories
Write a pseudocode statement that assigns the sum of 10 and 14 to the variable total?
1 answer
Add you answer
Wanna comment?
Please Sign In / Sign Up
There are different ways of writing a pseudocode statement but the concept remains, it can be presented: /*declare variables Total (number (3)) = 0 A (number (2)) =10 B (number (2)) =14 begin Total=a+B end