// Uses do loop to count from 1 to 12 #include using namespace std; void main() { int num=1; //num is given an initial value do { cout<