強迫癥看這里提交
Console.Write("我的工資獎金總額是{0}元",salary +prize);
Console.WriteLine("我的稅后收入是{0}元",salary+ prize- tax);
Console.Write("我的工資獎金總額是{0}元",salary +prize);
Console.WriteLine("我的稅后收入是{0}元",salary+ prize- tax);
2016-01-28
using System;
using System.Collections.Generic;
using System.Text;
namespace Test
{
class Program
{
static void Main(string[] args)
{
double d = 2.5;
int x =(int) d + 1;
Console.WriteLine(x);
}
}
}
using System.Collections.Generic;
using System.Text;
namespace Test
{
class Program
{
static void Main(string[] args)
{
double d = 2.5;
int x =(int) d + 1;
Console.WriteLine(x);
}
}
}
2016-01-27
}
else if(job=="科長")//請輸入
{
Console.WriteLine("發棗泥月餅");
}
else if(job=="科員")//請輸入
{
Console.WriteLine("發五仁月餅");
然道是自己親自打字一遍才可以嗎?反正我是打了才可以
else if(job=="科長")//請輸入
{
Console.WriteLine("發棗泥月餅");
}
else if(job=="科員")//請輸入
{
Console.WriteLine("發五仁月餅");
然道是自己親自打字一遍才可以嗎?反正我是打了才可以
2016-01-27