Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
StudentUserInput
//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 StudentUserInput { public class Program { public static void Main(string[] args) { string n; int a; float m; Console.WriteLine("Enter ur Name"); n = Console.ReadLine(); Console.WriteLine("Enter ur Age"); a = int.Parse(Console.ReadLine()); Console.WriteLine("Enter ur Marks"); m = float.Parse(Console.ReadLine()); Console.WriteLine("your name is "+n+" your age is "+a+" marks u scored "+m); } } }
run
|
edit
|
history
|
help
0
Programa_01_01_Declaracion_de_clases
A
Lambda Expression
Roman Numbers - Sorting
parsowanie daty
VBA
sleep thread
Working nullable DateTime C#
AnonymousFunction (demo)
2.2 gz