Friday, May 1, 2020

Example of if statement

So here is the example :

How if statement works



THIS IS THE OUTPUT OF ABOVE PROGRAM


No comments:

Post a Comment

Maximum No

//Find the Maximum No between Three Nos' int i=10,o=20,k=30; if(i>o &&i>k) { cout<<"1st is g\n";...