2019年3月16日

实验1:c++简单程序设计(1)

摘要: 实验结论 P63 2-28 (1)If..else.. 进行判断,break continue控制程序流程 #include<iostream> using namespace std; int main(){ char choice; while(1){ cout<<"Menu:A(dd) D(e 阅读全文

posted @ 2019-03-16 16:59 褚先生 阅读(362) 评论(5) 推荐(0)

导航