常熟理工学院-C_实验报告册(本二)(9)
时间:2025-03-10
时间:2025-03-10
using System; class CalcPay
{ public static void Main(String[] args)
{ int coat,trousers,money;
Console.WriteLine (“Enter coat number:”); coat = Convert.ToInt32(Console.ReadLine()); Console.WriteLine (“Enter trousers number:”); trousers = Convert.ToInt32(Console.ReadLine()); money = getPay (coat, trousers);
Console.WriteLine ( “total money = {0}”,money); }
public static int getPay(int c, int t) { } }
要求用以下三套测试数据测试程序: a) coat: 55, trousers: 70 b) coat: 55, trousers: 40
上一篇:国际贸易单证实务第五章
下一篇:《死亡诗社》词汇表