Run ❯
Get your
own
website
❯
Run Code
Ctrl+Alt+R
Change Orientation
Ctrl+Alt+O
Change Theme
Ctrl+Alt+D
Go to Spaces
Ctrl+Alt+P
#include
int main() { int a = 200; int b = 33; int c = 500; if (a > b || a > c) { printf("At least one condition is true\n"); } return 0; }
At least one condition is true