question archive You will need everything required for your code to run (including header, libraries, using namespace std, etc
Subject:Computer SciencePrice: Bought3
You will need everything required for your code to run (including header, libraries, using namespace std, etc.)
Use C++ Programming or CLion software
Develop a for loop that prints to the screen all of the integers that are divisible by 3 but not divisible by 2 starting at 3 and stopping at 400 (including 400). Print them in statements like "Next integer is: ", on separate lines.