Question: Exercise #1 Dynamic Testing Checks the syntax of the code, coding standards, code optimization, etc. and propose a solution for that. Note: You must build

Exercise #1 Dynamic Testing Checks the syntax of the code, coding standards, code optimization, etc. and propose a solution for that. Note: You must build a test cases for each part. Requirements: Write a program that creates two arrays C1 and C2 of 5 integers each one. Complete the program to test if these two arrays are equals or not. Two arrays are equals if all the elements in the same index position are equals. Source Code public class SumofEveni{ private static Scanner sc; public static void main(String[] args) SC = new Scanner(System.in); int[] ci=new int[5]; int[] c2=new int[5]; int k; System.out.print("Please Enter any array first :"); for(int i=0;i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
