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
test
Square Real Matrix
Calculator
Numerical string to fancy graphical output
Command design pattern
How to find second largest integer in an array using only one loop?
Write a program to count the occurrence of each distinct item in the array?
AX 2012 Test #1
Serialization
Expression Tree - Demo2