#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) { //purpose:do...while() int n1=0; do { cout<<"\ninput the number:1.show name 2.show tel 3.show score 4.exit"<>n1; switch(n1) { case 1: cout<<"your name is peter"<