Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

if c++

int x = 20;
int y = 18;
if (x > y) {
  cout << "x is greater than y";
}
Source by www.geeksforgeeks.org #
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
9+6 =