#include using namespace std; /* run this program using the console pauser or add your own getch, system("pause") or input loop */ void show(); int main(int argc, char** argv) { show(); return 0; } void show(){ cout<<"學生姓名是:john"<