Write a program to repeat random numbers in range [-10, 10] until summation of them is greater or equal to 100. Please also count a total number of them.
Write a program to repeat random numbers in range [-10,10] until summation of them is greater or equal to 100.Please also count a total number of them.