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