Write a C++ program that uses a two dimensional array to displaya table of probabilities for a pair of rolling dice. Yourcustom assigned range of values of each die are: 5 up to andincluding 10.
Section 1 of Program – Specifications:
The top row of the table, left to right, and the left column ofthe array, top to bottom, must contain the assigned range of valuesdisplayed on each of the die in ascending order populated throughthe use of a two dimensional array. The table must containa total calculation formula resulting in a sum value when each ofthe values on the faces of
OR
OR