Write a C# application that generates a 3-digit random number 100 times.
Display the output for each of the generated numbers and the sum of all 100 numbers.
Every 10th number you should display a String consisting of a any phrase of your choice concatenated with the current random number.