while后为什么是1 toupper是什么意思? #include<iostream> #include<iostream> using namespace std;
int main() { char flag; while(1) { cout<<"(Yes or No):"; cin>>flag; if(toupper(flag)=='Y' {cout.....