Computer Science, asked by ramotidevi143, 1 month ago

What is the output of the following?
class GFG
public static void main (String[] args)
{
int[] arr = new int[2];
arr[0] = 10;
arr[1] = 20;
for (int i = 0; i <= arr.length; i++)
System.out.println(arr[i]);​

Answers

Answered by taniyasharma170119
0

Answer:

अरुणाचल प्रदेश ('अरुणांचल' नहीं) भारत का एक उत्तर पूर्वी राज्य है। अरुणाचल का अर्थ हिन्दी मे "उगते सूर्य का पर्वत" है (अरूण + अचल ; 'अचल' का अर्थ 'न चलने वाला' = पर्वत होता है।) । प्रदेश की सीमाएँ दक्षिण में असम दक्षिणपूर्व मे नागालैंड पूर्व मे बर्मा/म्यांमार पश्चिम मे भूटान और उत्तर मे तिब्बत से मिलती हैं।

Explanation:

Welcome to Gboard clipboard, any text you copy will be saved here.

Similar questions