Print positive integers to the screen. These integers should be less
than 100, and are the multiple of 3, 5 or 7. In your program, you
use setw(4) in cout for printing the numbers.
Write one program using for loop , and
another program using do…while loop
I have tried multiple attempts. I understand the basic of for loop, but how do i set the condition to allow multple conditions. PLEASE HELP!