Question: Write the C++ code to display the integers 15, 12, 9, 6, 3, and 0 on separate lines on the computer screen. Use the for
Write the C++ code to display the integers 15, 12, 9, 6, 3, and 0 on separate lines on the computer screen. Use the for statement and an int variable named num.
Step by Step Solution
3.33 Rating (171 Votes )
There are 3 Steps involved in it
for int num ... View full answer
Get step-by-step solutions from verified subject matter experts
