Question- Create three floating point arrays each with three elements.
-Ask the user to give input for the two arrays.
-Add the first array and the second array, and store it in the third array.
-Now ask the user to specify name of the any of the three arrays and the element he/she wants to be displayed. Fetch that value and show.
Please give a detailed answer so that I may learn from it. Thank you!