When we multiply different numbers they come with different sign such as
(Plus (+), Negative (-)) suppose : (-2) * (+2) = -4, your task is to write such
an application that show(Display) the sign of four real number after
multiplication by using sequence of if operator.[Note you can’t calculate it]
Hint : logical operator
Comments
Leave a comment