Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
масиви част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
Please
log in
to post a comment.
T F
TEST 1
GC collects object in scope
uzyskanie daty poniedziałku
Dependency Injection
Compare list
switch it
Reverse a string
Test LINQ Anagrafica
1
Please log in to post a comment.