write a C++ program that displays a table showing the price of silver and gold. The table will have three columns. The first column will be labeled Ounces, the second labeled Silver, and the third labeled Gold. Write a loop that will show the price of silver and gold for 1 to 16 ounces in one ounce increments.
Today's silver price = $34 per ounce.
Today's gold price = $1,411 per ounce.