簡易人品計算器

2021-06-27 06:47:40 字數 679 閱讀 1097

// 完成日期:2023年 11月 25 日 

// 版 本 號:v1.0 

// // 問題描述:建立乙個程式來生成楊輝三角形

// 輸入描述:二維陣列

// 程式輸出:簡易人品計算器

// 作    者:a34義仁東

using system;

using system.collections.generic;

using system.linq;

using system.text;

namespace consolepersonality

console.clear();

console.writeline("人品評估報告");

console.writeline("姓名:", strname);

console.writeline("分值:", score);

console.writeline("評價:", comment);

人品計算器

作 者 a09 完成日期 2014年 11 月 25 日 版 本 號 v1.0 問題描述 建立乙個程式來計算人品 輸入描述 輸入乙個姓名 程式輸出 對應分數的人品 using system using system.collections.generic using system.linq usin...

人品計算器

人品計算器控制台版本2.0 console.title 人品計算機控制台版本2.0 1.輸入姓名並儲存 console.writeline 請輸入姓名 string strname strname console.readline 2.讀取姓名中每個字元的unicode編碼並累加 for迴圈法 in...

人品計算器

using system using system.collections.generic using system.linq using system.text namespace consolepersonality int item score int item 3.將分數控制在100以內 s...