CSCI1301 C#1 Dr. Liu Spring 2019
Final
1.30 Array
You are given an array: int[] a = new int[100]; int N = 0;
Complete the following two assignment functions:
public void assign1248() //assign 1, 2, 4, 8,... 1024 to the array
public void assign1490() //assign 1, 4, 9, 16,... 100 to the array