Hello, In the book Accelerated C++, there 2 exercises that I can't figure out how to write the codes.
1. Write a set of "*" characters so that they form a square, a rectangle, and a triangle.....I did the square and rectangle but I have a problem with the triangle. 2. Write a program to generate the product of the numbers in the range [1, 10). Another problem is I can't run this...#include <iomanip>...from a Dev- C++ compiler. Any suggestion? Thanks. Jay
