【C#学习笔记】函数调用

2021-09-11 00:12

阅读:800

标签:oid   ace   []   sys   ring   str   pre   bsp   笔记    using System; namespace ConsoleApplication { class Program { static int Add(int a, int b) { return a + b; } static void Main(string[] args) { int a = 1,b = 2; int c = Add(a, b); Console.Write(c); Console.Read(); } } }  【C#学习笔记】函数调用标签:oid   ace   []   sys   ring   str   pre   bsp   笔记   原文地址:http://www.cnblogs.com/tiandsp/p/7440405.html


评论


亲,登录后才可以留言!