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]
ASAP,just 30 mins
Please show all the work done to solve the expression.