mathalope.co.uk
Accelerated C++ Solution to Exercise 4-2
Exercise 4-2 Write a program to calculate the squares of int values up to 100. The program should write two columns: The first lists the value; the second contains the square of that value. Use set…