how to store the values in array-how to get values from array-Array DEFINATION - Selamat datang di situs media global terbaru Xivanki, Pada halaman ini kami menyajikan informasi tentang how to store the values in array-how to get values from array-Array DEFINATION !! Semoga tulisan dengan kategori ini bermanfaat bagi anda. Silahkan sebarluaskan postingan how to store the values in array-how to get values from array-Array DEFINATION ini ke social media anda, Semoga rezeki berlimpah ikut dimudahkan Allah bagi anda, Lebih jelas infonya lansung dibawah -->
(a) how to store the values in array
(b) how to get values from array
Array
DEFINATION:
collection of similar data type with unique decleration
ARRAY PROGRAM
(a)how to store the value in array?
using System;
class Program
{
public static void Main()
{
int[] a = { 1, 2, 3 }; (it can store values in array)
for(int c = 0; c<3;c++)
(b) how to get values from array
Console.WriteLine(a[c]);
}
}
(b) how to get values from array
Array
DEFINATION:
collection of similar data type with unique decleration
ARRAY PROGRAM
(a)how to store the value in array?
using System;
class Program
{
public static void Main()
{
int[] a = { 1, 2, 3 }; (it can store values in array)
for(int c = 0; c<3;c++)
(b) how to get values from array
Console.WriteLine(a[c]);
}
}
Demikian info how to store the values in array-how to get values from array-Array DEFINATION, Semoga dengan adanya postingan ini, Anda sudah benar benar menemukan informasi yang memang sedang anda butuhkan saat ini. Bagikan informasi how to store the values in array-how to get values from array-Array DEFINATION ini untuk orang orang terdekat anda, Bagikan infonya melalui fasilitas layanan Share Facebook maupun Twitter yang tersedia di situs ini.