소스 파일명: testWhileCPP.cpp /* * Filename: testWhileCPP.cpp * * Purpose: Example using the while loop syntax * while .... * * Compile: cl -EHsc testWhileCPP.cpp * * Execute: testWhileCPP -200 300 */ #include #include using namespace std; // 사용법 표시 void printUsage() { cout