Problem:
Question- What is the result of the following statement in C++? If the answer is a double write it as a decimal (Ex. write 2 as 2.0).
abs(sqrt(4.0) - 5)
Question- Write a C++ expression (not a full program) that will generate a random number in the range [1, 100]
Please describe your work.