Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Testing 006
//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 Rextester { public class Program { public static void Main(string[] args) { //String [] vector = {"A","B","C","D"}; String [] campo = {"1er Nombre: ","2º Nombre: ","1er Apellido: ", "2º Apellido: "}; String [] nombre = {"Felix","De Jesus","Marrugo","Palomino"}; int cont = 0; foreach(String item in nombre) { Console.WriteLine(campo[cont]+item); cont++; } Console.WriteLine("\n"); Console.WriteLine("Contador: "+cont); } } }
run
|
edit
|
history
|
help
0
A.K.C#_EXPERIENCE_1
10857
Armstrong
ok
code
N
Get Error Message Based on String
AnonymousFunction (demo)
SquareMatrixPlusFieldMatrix
Math 5.81