I’ve completed the Assignment 1 for Advanced Training and tried to run it. The process runs fine but I’m getting the issue: Index was outside the bounds of the array. I’ve tried the techniques mentioned in the answers to similar questions but i still get this in the output after certain transactions and my score is 50/100 and not passed. Please help!
The issue Index was outside the bounds of the array comes when you want to access an item, whose index is greater than the highest available index present in that particular array.
So, please check the above mentioned part carefully.