Problem:
Question 1- How do I populate a screen with rectangles all at once with vectors in c++?
Question 2- Create a program IN ASSEMBLY that reads 3 integers from the user. We will call them a,b and c. The program should calculate the following.
Part 1- What is the minimum number.
Part 2- What is the maximum number.
Part 3- Compute a * b * c. 4. Compute the GCD of a and b.
Write the code step by step and explain it.