資源簡介
期末作業要求如下:
Write a program that will help elementary school pupils practice math.
a) The program will first ask the user for his/her ID number (including two letters & 4 digits), e.g.
Please input your four digit ID no: AB1234
The program should have input validation.
Then the program pr
代碼片段和文件信息
/*******************************************************************************
?*??Name:?A?Small?Test
?*??Copyright:?2014-2020?BUPTAll?Right?Reserved
?*??Author:?Gao?Tianhang
?*??Date:?05/06/14?13:32
?*??Description:?A?Fressman?in?Internationaol?School?of?BUPT
*******************************************************************************/
#include?
#include?
#include?
#include?
char?ID[128];
FILE?*outFile;
/*-------------------------------主程序---------------------------------------*/
int?main()
{
????void?inputID();/*聲明登陸校驗模塊*/?
????int?exam();/*?聲明考試模塊?*/?
????void?search();?
inputID();?
/*----------------------------歡迎界面----------------------------------------*/
????int?choice;
printf(“\n#######################################
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????4081??2018-06-24?08:56??C?program?coursework.cpp
- 上一篇:動態規劃實現立體匹配
- 下一篇:C++源代碼單詞掃描程序詞法分析
評論
共有 條評論