Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
масиви част2
//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; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; namespace Rextester { public class Program { public static void Main(string[] args) { //Your code goes here //масиви2 string[] name= new string[3]; name[1]="mama"; Console.WriteLine(name[1]); string[]name2=new string[3]{ " mama2","","" }; Console.WriteLine(name2[0]); } } }
run
|
edit
|
history
|
help
0
D111
breadbank
https://rextester.com/ZZVYV85848
Queue with Queue Data type
Random number guessing game v1
Random number between IF Values
30272 Program Ex5 if_else_odd_even
linq by Jean
FizzBuzz C#
Count the number of capital letters, small letters, digits, spaces and special characters.