C
This commit is contained in:
9
DeitelC/Chapter3/test2.c
Normal file
9
DeitelC/Chapter3/test2.c
Normal file
@ -0,0 +1,9 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main(void) {
|
||||
int i = 4;
|
||||
int a = 3;
|
||||
|
||||
(i > 3) ? printf("Yes") : printf("No");
|
||||
|
||||
}
|
Reference in New Issue
Block a user