Write a program, which reads two arrays from the console and checks whether they are equal

Write a program, which reads two arrays from the console and checks whether they are equal (two arrays are equal when they are of equal length and all of their elements, which have the same index, are equal).


Guidelines: Two arrays are equal if they have the same value for the length and the values for their elements. You can check for the second condition using a for-loop




Download C# File


Post a Comment

Previous Post Next Post