{}

Build your resume with HTML & CSS and win $100

Get featured on Programiz PRO and the Wall of Inspiration.

Build your resume with HTML & CSS and win $100

Join Challenge →
Join Challenge →

Build your resume with HTML & CSS and win $100

Get featured on Programiz PRO and the Wall of Inspiration.

Build your resume with HTML & CSS and win $100

Join Challenge →
Join Challenge →
run-icon
Main.cs
using System; using System.Linq; class Program { static void Main() { int[] array1 = { 1, 2 }; int[] array2 = { 1, 2 }; Console.WriteLine(array1 == array2); } }
Output