[solved]-Write Python Program Contains Three Functions 1 Arraysimpleinterest Rate Principle Years 2 Q39005302
Write a python program which contains three functions1. Array_simple_interest(rate,principle,years)2.Array_compound_interest(rate,principle,years,periods)3. Find min(first_array,second_array)
1 and 2 should calculate the interest and returns them in anarray starting from the original value
3 should find the index of the minimum absolute differencebetween two provided arrays
Expert Answer
Answer to Write a python program which contains three functions 1. Array_simple_interest(rate,principle,years)2.Array_compound_int… . . .
OR

