a177: 人要有夢想2
標籤 :
通過比率 : 100% (10 人 / 10 人 ) (非即時)
評分方式:
Tolerant

最近更新 : 2019-11-24 16:42

內容 :

上回書說到,人要有夢想,

假設你/妳是一個上市公司大BOSS,請設計一個給員工們發工資的系統

 

請注意

不同員工的工資組成是不同的           

  • Salaried Employee  :baseSalary
  • Commission Employee :Commission*grossSales
  • Base Plus Commission Employee :baseSalary+( Commission*grossSales )

 

 

利用抽象類別及多型觀念建立薪資計算系統(未使用僅採計原本成績80%)

輸入說明

一次輸入三個員工的資料

按Salaried Employee、Commission Employee、Base Plus Commission Employee的順序

輸出說明

請見範例

範例輸入
Mark 80000 Alice 100000 0.1 Tom 5000 0.09 30000
範例輸出
Salaried Employee: Mark
base salary = $80000
total = $80000
*********************************
Commission Employee: Alice
gross sales = $100000
commission rate: 0.1
total = $10000
*********************************
Base Plus Commission Employee: Tom
gross sales = $5000
commission rate: 0.09
base salary = $30000
total = $30450
*********************************
測資資訊:
記憶體限制: 64 MB
公開 測資點#0 (33%): 1.0s , <1K
公開 測資點#1 (33%): 1.0s , <1K
公開 測資點#2 (34%): 1.0s , <1K
提示 :

參見投影片

標籤:
出處:
[編輯: zero (管理員) ]
編號 身分 題目 主題 人氣 發表日期
沒有發現任何「解題報告」