Q Write a programme that counts from one to ten, print the values on a separate line
for each and include a message of your choice when the count is 3 and a different
message when the count is 7 ?

C++ PROGRAMME

  • 1.
    Q Write aprogramme that counts from one to ten, print the values on a separate line for each and include a message of your choice when the count is 3 and a different message when the count is 7 ?