Hello Friends,
I have started doing the programming in C++ few weeks ago. I am writing a code for 3 numbers and the program should display the smallest value. I have used the following code :
if (num1 < num2) && (num1 < num3)
Is this coding wrong.?? I am getting an error as "expression syntax". Please help me immediately.!!![]()
Bookmarks