Www.beechwood.slough.sch.uk

Write a C++ program that takes as input two numbers from the user and finds the minimum of these two. Sample Output: Enter first number: 10. Enter second number: 15. Minimum is: 10 . Use if-else to achieve this task. Question 3: Write a C++ program that takes as input a number from the user and tells whether the number entered is either even, odd, positive, negative or zero. Sample Output ... ................
................