Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Practicando C#
//Microsoft (R) Visual C# Compiler version 3.4.0-beta4-19562-05 (ff930dec) //Copyright (C) Microsoft Corporation. All rights reserved. using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester//nombre del archivo, sirve como contenedor de mi programa { public class Program//cada clase es otro contenedor donde pongo mis funciones { public static void Main(string[] args)//por cada clase solo puede haber un main { int anios = 20; //Your code goes here Console.WriteLine("tengo "+anios+" años");//una opcion de como concatenar Console.WriteLine("tengo {0} años", anios); // esa forma es mas parecida a C } } }
run
|
edit
|
history
|
help
0
FindElementInAscendingSortedRotatedArray
shell sort
466
de Decimal a Binario
12
ReRoute Emails
Trim Strings
Code challenge: Factorial
INTUIT: Laba#2; Данные для графика изменяняющейся функции
List Compare and print - Except