LikEn

Dasar Itu SangaT Penting

Posts Tagged 'C#'

Latihan lanjutan C#

Program menggunakan String dan Array Deklarasi Array Contoh :

String[] nama = new string[3]; using System;

using System.Text;

namespace contohString

{ class Program { static void Main(string[] args) { int[] ten = new int[10] {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}; for (int i = 0; i < 10; i++) Console.Write(ten[i]+ “”); } [...]

13 February 2010 at 21:12 - Comments
website nya terlalu lebar line height nya dul... jadi orang males bukanya
25 April 10 at 22:50
Ini thme yg menurut ane lumayan...
1 May 10 at 15:55

Latihan dasar C# Fundamental

//program latihan pertama using System; using System.Collections.Generic; using System.Linq; using System.Text;

namespace cobaProgram { class Program { static void Main(string[] args) { int x = 12; [...]

13 February 2010 at 08:39 - Comments
Waah, lanjutgan boz...
13 February 10 at 09:07
liken
maKasih Gan...^^
13 February 10 at 10:06