Untitled
unknown
plain_text
2 years ago
140 B
3
Indexable
#include <stdio.h> int main() { int x = 20; int y = 18; if (x > y) { printf("x is greater than y"); } return 0; }
Editor is loading...
#include <stdio.h> int main() { int x = 20; int y = 18; if (x > y) { printf("x is greater than y"); } return 0; }