<b>劍橋大學IT-JAVA程式設計期末考試題。---十分難得,有興趣的討論一下</b>
Java Programming.
Write a simple Java program. This program is to record marks for a maximum of 10 people. Your program is to prompt the user for a person’s name and the mark that they got. After this it should ask if the user wants to enter another mark and if they do ask for and store another. It should continue to do this till the user answers no to entering another mark.
Once this happens it should print out all the names and marks. It should also specify the min and max marks and who achieved them. It should also print out the average mark.
Finish in1 hour and half.
編輯一個簡單的程式,本程式用於記錄最多10個人的成績。要求列出每個人的名子和成績,之後系統提示是否繼續紀錄:Continue Yes/No. Yes:填寫下一個人的名子和成績, No: 列出已出入的全部名子和成績。
當輸入十人之後,程式結束,列出已出入十人的名子與成績,最大值,最小值,平均值。
限時:90分鐘
Write a simple Java program. This program is to record marks for a maximum of 10 people. Your program is to prompt the user for a person’s name and the mark that they got. After this it should ask if the user wants to enter another mark and if they do ask for and store another. It should continue to do this till the user answers no to entering another mark.
Once this happens it should print out all the names and marks. It should also specify the min and max marks and who achieved them. It should also print out the average mark.
Finish in1 hour and half.
編輯一個簡單的程式,本程式用於記錄最多10個人的成績。要求列出每個人的名子和成績,之後系統提示是否繼續紀錄:Continue Yes/No. Yes:填寫下一個人的名子和成績, No: 列出已出入的全部名子和成績。
當輸入十人之後,程式結束,列出已出入十人的名子與成績,最大值,最小值,平均值。
限時:90分鐘
相關文章
- 有興趣瞭解一下審批工作流歡迎來討論!!!!!
- 為錢程式設計 vs 為興趣程式設計程式設計
- 討論個有關模組化設計的問題
- 不會 A/B 測試的 Web 設計師不是好程式設計師Web程式設計師
- 討論開源的財務軟體 jPOS,有興趣的朋友來談談自己的看法.
- 程式設計師裝B指南程式設計師
- B站評論系統架構設計架構
- 開發了一套程式設計師答題小程式。有興趣的可以一起開發。程式設計師
- Elastic Path:解決B2B電子商務難題AST
- 貧血和充血模型的比較之我見->有興趣的朋友進來參與討論模型
- 程式設計師裝B手冊程式設計師
- 探索 Python(6): 用 Python 程式設計 —— 興趣Python程式設計
- [討論]“消滅”程式設計師?程式設計師
- 程式設計興趣真的是由“熱情”驅動的嗎?程式設計
- 就是單純的討論一下程式碼
- 計算機組成原理期末考試題計算機
- 高質量C++/C程式設計指南(附錄B :C++/C試題) (轉)C++C程式程式設計
- HTTP總有你感興趣的HTTP
- B 站崩了,受害程式設計師聊聊程式設計師
- Python趣味程式碼整合之提升學生程式設計興趣Python程式設計
- [討論] 似是而非的程式設計觀點程式設計
- 關於程式設計風格的討論 (轉)程式設計
- 程式設計師有必要了解營銷嗎?大家探討一下程式設計師
- 宋小菜有關 ”能力“ 的設計和思考(B2B 技術共享第八篇)
- C語言程式設計B作業04C語言程式設計
- 適合興趣班招生傳單設計用的設計工具!
- 程式設計師那些牛B閃閃的禁術程式設計師
- 2018,程式設計師生活的兩個興趣愛好程式設計師
- 程式設計師成才的關鍵:內在興趣和善於發現程式設計師
- [軟體工程]交換程式設計方法的深入討論軟體工程程式設計
- 討論:什麼才算是真正的程式設計能力?程式設計
- SS241006B. 結論題
- 興趣愛好——IOS興趣感的磨練iOS
- 其他感興趣的程式碼庫
- httprunner 的 java 實現,有沒有感興趣的朋友,一起維護一下HTTPJava
- 得物技術多興趣召回模型實踐模型
- B2B2C商品模組資料庫設計資料庫
- CF519E A and B and Lecture Rooms(樹上倍增 + 分類討論)OOM