Please i need a full code with the output.I need code using for loop two times and in the output The amounts displayed should be the price after discount is deducted not the discount itself.
Create a program that displays a table consisting of ten rows and four columns. The first column should display prices from $5 to $50 in increments of $5.
The second and subsequent columns should display the discounted prices, using discount rates of 10%, 15%, and 20%, respectively.
If necessary, create a new project named Intermediate15 Project, and save it in the Cpp8\Chap08 folder. Also enter appropriate comments and any additional instructions required by the compiler.