Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
sfe
//Rextester.Program.Main is the entry point for your code. Don't change it. //Microsoft (R) Visual C# Compiler version 2.9.0.63208 (958f2354) using System; namespace Rextester { class Program { public static void Main(string[] args) { Console.WriteLine("Please insert your date birth"); int Age = Convert.ToInt32(Console.ReadLine()); if (Age <= 0) { Console.WriteLine("sorry that is not expected Age"); } else { Console.WriteLine(99); Console.ReadKey(); } } } }
run
|
edit
|
history
|
help
0
Symantic check for object type variables
Home work3 finding Min and Max (to theGit)
jjj
Katakana Quiz
interface
Game 1.0.4
1. Basics: primitive data types
Ejemplos polimorfismos con interfaces y posibles usos sencillos c#
Intuit // C# // listing_4.4 (StreamReader // input.txt)
Hello World Program