#include using namespace std; /* run this program using the console pauser or add your own getch, system("pause") or input loop */ int main(int argc, char** argv) { //目的:輸入兩個數字,然後比較大小 cout<<"please input number 1?" ; int n1; cin>>n1; cout<<"please input number 2?" ; int n2; cin>>n2; cout<n2){ cout<