Write the logic for a program that outputs every even number from 2 through 16.
What will be an ideal response?
for counter = 2 to 16 step 2
output counter
endfor
Computer Science & Information Technology
You might also like to view...
When you are printing macro details, properties, actions, arguments, and permissions by user and group display, by default, in the ________
A) Embedded Macro B) Print Macro Definition dialog box C) Navigation Pane D) Property Sheet
Computer Science & Information Technology
When creating a VHD using DiskPart, which command mounts the VHD?
a. Attach b. Active c. Format d. Create
Computer Science & Information Technology