Cоnsider the fоllоwing progrаm, which is intended to compute the meаn of N integers provided by the user, where the vаlue of N is provided by user. Screenshot 2024-08-01 at 2.45.14 AM.png In the spaces provided below, identify hree bugs in this code. Use the line number only (e.g., 1) to refer to the code. You do not have to write code to fix the bugs. Please don't provide any string/word/sentence; just provide the line number for each of the blanks. I. A bug for which the code will not compile: [BLANK-1] ___________________________________________ II. A bug that will cause the program to crash at runtime: [BLANK-2] ___________________________________________ III. A bug that will cause the program to print the wrong answer on many inputs: [BLANK-3] ___________________________________________