I have written above program in CODEBLOCKS to input 20 names into an array and input 20 marks into another array. In this program, I want to calculate the average, calculate the highest mark and check the name who has the highest mark. I tried above program and it compiled without error. But when I check the average, it gives full value.I have written above program in CODEBLOCKS to i