使用軟體: Visual c# 2008 Express
---------------------------
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ConsoleApplication1
{
class Usingintegral
{
static void Main(string[] args)
{
int x = 256;
byte y = 255;
Console.WriteLine("x:" + x);
Console.WriteLine("y:" + y);
Console.ReadLine();
}
}
}
Usingintegral
標籤: C#
訂閱:
張貼留言 (Atom)
0 意見:
張貼留言