Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
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
Please
log in
to post a comment.
from Base or Derived
Project Euler Problem 7
StringFormatting
test
Project Euler Problem 4
Vajdalinky
Robot_Testing
Logistics Predictor 5
test
Main 5.4
Please log in to post a comment.