討論串[問題] 開啟檔案 並分析成績
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
先想好演算法再下去 code 好嗎?. 1. repeat until there are no valid inputs. 2. increase the summation of grade by the read grade. 3. if the read grade is less than
(還有3548個字)
內容預覽:
C語言. # include <stdio.h>. # include <stdlib.h>. int main(void). {. double sum=0;. int grade,highest=0,lowest=100,ID,passed=0,failed=0,id;. FILE * fp =
(還有362個字)
首頁
上一頁
1
下一頁
尾頁