- Flowchart :
- Syntax :
if(condition)
{
// Statements to execute if
// condition is true
}
- Program :
#include<stdio.h>
https://monitechvenkat1620.blogspot.com Program : #include <iostream> using namespace std; int c(int x, int y) { return...
No comments:
Post a Comment