Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
StudentSysInput
//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 StudentSysInput { public class Program { public static void Main(string[] args) { string n="Pradhumn Sahu"; int a=19; float m=83.84f; Console.WriteLine(n+"\n"+a+"\n"+m); } } }
run
|
edit
|
history
|
help
0
Linq - When using FirstOrDefault, make sure to check for null result
Overloading Unary operator ~ (to reverse the string)
Hello World
hay
The Code Garage
Plt-D v.0.8.1
shuffle2
decimal to binary
C# INDEXER and OVERRIDE INDEXER
b