// Print 0 1 2 3 4 5 #include using namespace std; int main() { int num=0; while (num<=5) { cout<