1) Write a C++ program to find the min of two entered numbers usinga conditional
ID: 3614630 • Letter: 1
Question
1) Write a C++ program to find the min of two entered numbers usinga conditional expression (i.e. compacted if-else). 2) Write a C++ program to return the absolute value of anumber using a conditional expression. Note: do not use theabsolute built-in function of the math.h library.
1) Write a C++ program to find the min of two entered numbers usinga conditional expression (i.e. compacted if-else). 2) Write a C++ program to return the absolute value of anumber using a conditional expression. Note: do not use theabsolute built-in function of the math.h library.