#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) { //目的:switch判斷10天後是星期幾 cout<<"輸入今天是星期幾(0~6) = " ; int day; cin>>day; cout<