Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Static Class
//Rextester.Program.Main is the entry point for your code. Don't change it. //Compiler version 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5 using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public static class Program { public static int Method1(int a, int b) { Console.WriteLine(a+b); return a+b; } public static string Method2(string a, string b) { Console.WriteLine(a+b); return a+b; } public static void Main(string[] args) { //Your code goes here Console.WriteLine("Hello, world!"); //Program p=new Program(); --> Can't Create an instance to the Static Class Program.Method1(1,2); Program.Method2("Chinna ","Nalla"); } } }
run
|
edit
|
history
|
help
0
Abstraction c#
Ortalama Hesaplayici
Distinct of the given array with each element occurence
C# - MD5Hash
Find duplicates in a given integer array
linq by Jean
Delegate-ModifyObject
work_laba#2
EX8 Loop_For_While
decimal to binary