Programming Languages Pascal Subjective
Mar 19, 2013

Write a Pascal statement which subtracts the value 10 from the variable loop, leaving the result in the variable sum

Detailed Explanation

sum := loop - 10;

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback