2. The number in the second line represents the radius of a circle. (1 mark) 3. The third line contains the first name, last name, and age of a person. (1 mark) 4. The first number in the fourth line is the savings account balance at the beginning of the month and the second number is the interest rate per year. (Hint: to output the balance at the end of the months you will need to divide the rate by 12 months). (3 marks) 5. The fifth line contains an uppercase letter between A and Y (inclusive). (1 mark) Write your program so that after the code executes, the contents of the file outData.txt are as shown below. InData.txt 10.20 5.35 15.6 Ashur Nagi 31 18500 3.5 A outData.txt: Rectangle: Length = 10.20,width = 5.35, area = 54.57, parameter = 31.10 Circle: Radius = 15.60, area = 764.54, circumference = 98.02 Name: Ashur Nagi, age: 31 Beginning balance = $18500.00, interest rate = 3.50% Balance at the end of the month $18553.96 The character that comes after A in the ASCII set is B 2. The number in the second line represents the radius of a circle. (1 mark) 3. The third line contains the first name, last name, and age of a person. (1 mark) 4. The first number in the fourth line is the savings account balance at the beginning of the month and the second number is the interest rate per year. (Hint: to output the balance at the end of the months you will need to divide the rate by 12 months). (3 marks) 5. The fifth line contains an uppercase letter between A and Y (inclusive). (1 mark) Write your program so that after the code executes, the contents of the file outData.txt are as shown below. InData.txt 10.20 5.35 15.6 Ashur Nagi 31 18500 3.5 A outData.txt: Rectangle: Length = 10.20,width = 5.35, area = 54.57, parameter = 31.10 Circle: Radius = 15.60, area = 764.54, circumference = 98.02 Name: Ashur Nagi, age: 31 Beginning balance = $18500.00, interest rate = 3.50% Balance at the end of the month $18553.96 The character that comes after A in the ASCII set is B