Question: when i run this code i get 720 but i dont understand how? please explain An array is a sequence of values of the same
An array is a sequence of values of the same type. Here we create an array of 7 integers: int[] x = new int[7]; // creates an array of 7 integers x [0] = 1; // first element of the array is x[0] for (int i = 1; i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
