Write program that determine which of two numbers is smaller


Problem

Write a program that will be able to determine which of the two numbers is smaller. the program should print "number 1 is smaller" if the first integer is indeed smaller than the second. if the second number is the one that is smaller it should print "number 2 is smaller". if the two numbers are equivalent, print the word, "number 1 and number 2 are equal".

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Write program that determine which of two numbers is smaller
Reference No:- TGS03275809

Expected delivery within 24 Hours