14
1
using System;
2
3
public class Program
4
{
5
public static void Main()
6
{
7
8
int[ ] arr = {6, 3, 2, 8, 3, 1, 9};
9
10
Console.WriteLine("Panjang array : "+arr.Length);
11
Console.WriteLine("Dimensi array : "+arr.Rank);
12
13
}
14
}
Cached Result
{"BillId":"somevalue","State":"SENT_TO_PAYMENT_LANE"}
somevalue - SentToPaymentLane
{"BillId":"somevalue","State":"SentToPaymentLane"}
somevalue - SentToPaymentLane
{"BillId":"somevalue","State":"SENT_TO_PAYMENT_LANE"}
somevalue - SentToPaymentLane
somevalue - SentToPaymentLane
{"BillId":"somevalue","State":"SentToPaymentLane"}
somevalue - SentToPaymentLane
{"BillId":"somevalue","State":"SENT_TO_PAYMENT_LANE"}
somevalue - SentToPaymentLane