1>c++program that can neither be two integers or two floating point number and output the smallest number using class,friend function and overloading.
2>c++ program the input two numbers and output the largest number using class
3>c++ program to have a multiple constructor of a class using a class for storing time in hr:min:sec format. initialize time object using constructor a constructor can called with argument of either all 3 i.e., hours/minutes/seconds,with arguments for hours and minutes or with argument for hours only.