C
This commit is contained in:
7
w3school/test2.c
Normal file
7
w3school/test2.c
Normal file
@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
int main() {
|
||||
int x = 7;
|
||||
int y = 5;
|
||||
printf ("%d\n", !(x > 4 && y > 4));
|
||||
|
||||
}
|
Reference in New Issue
Block a user