第二十六講項目1-投票表決器

程序代碼 #include <stdio.h> #include <stdlib.h> /* *csdn學院——2016級 *文件名稱:Myfun29.c *做者:小臣小仁 *完成日期:2016年11月11日 *問題描述:設計一個投票表決器,其功能是: *輸入Y、y,打印agree *輸入N、n,打印disagree *輸入其餘,打印lose */ int main() { char a;
相關文章
相關標籤/搜索