Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
constructortest
//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 { class student { public int ROLL_NO; public string Name; public void student1(int i,string s) { ROLL_NO=i; Name=s; Console.WriteLine("ROLL_NO is",ROLL_NO); Console.WriteLine("Name is",Name); } } public class Program { public static void Main(string[] args) { student1 s1=new student1(); s1.student1(1,"Ayan"); //Console.WriteLine("Hello, world!"); } } }
run
|
edit
|
history
|
help
0
Dungeon Game
Overloading Unary operator ~ (to reverse the string)
Big numbers
ARM
abababa sub string
Subdomain regex
Testing 10
Main4
Swiss Infotech Tutorial
cup tournament prediction