![Exercise#1: Random Numbers Write a program that reads a positive integer N, generates N random numbers in the range n and m inclusive. The program stores the numbers in the array Al] then finds the sum of A[O] with AIN-1] and stores the answer in B[O], the sum of A[1] with AIN-2] and stores the answer in BI1] and so on. Print the elements of both arrays All and Bl[l. Sample input/ output: ter a positive integer 7 ter the lower and upper bounds 3 17 he generated randon nunbers are: 46 3 6 6 15 14 he sun values are: 18 21 912](https://media.cheggcdn.com/media%2F7ed%2F7ed41d30-d0af-4a91-8aba-192586248719%2Fimage.png)
Exercise#1: Random Numbers Write a program that reads a positive integer N, generates N random numbers in the range n and m inclusive. The program stores the numbers in the array Al] then finds the sum of A[O] with AIN-1] and stores the answer in B[O], the sum of A[1] with AIN-2] and stores the answer in BI1] and so on. Print the elements of both arrays All and Bl[l. Sample input/ output: ter a positive integer 7 ter the lower and upper bounds 3 17 he generated randon nunbers are: 46 3 6 6 15 14 he sun values are: 18 21 912