/* LAB TEST 1 * Matric No : * * Question 2: Write a program to find the product of numbers from an array of numbers. * * For example : if array num = { 1,2,3,4,5} then the product is 1x2x3x4x5 = 120 * * Please print the program for Question 2. */ public class Question2 {