Write pseudocode to display the squares of the first ten integers.
What will be an ideal response?
num limit = 10
num x = 1
while x <= 10
print x * x
endwhile
Computer Science & Information Technology
You might also like to view...
In the Revisions task pane, comment markers are horizontal ____.
A. triangles B. squares C. circles D. rectangles
Computer Science & Information Technology
To follow the MLA style, single-space text on all pages with one and a half-inch top and bottom margins, and one-inch left and right margins.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology