Question: Write a C# console application in which you declare an array of five integers and store five values in the array. Write a try block
Write a C# console application in which you declare an array of five integers and store five values in the array. Write a try block in which you place a loop that attempts to access each element of the array, incrementing a subscript from 0 to 10. Create a catch block that catches the eventual IndexOutOfRangeException; within the block, display "Now you've gone beyond the bounds of the array" on the screen. Save the file as GoBeyondTheBounds.cs.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
