Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <stdio.h>
- #include <stdlib.h>
- int main()
- {
- if ( 15 < 10 ) //feltétel=if
- printf( "Five is now less than ten, that's a big surprise" );
- else printf ("NEM IGAZ"); //Ha a feltétel nem igaz, akkor ki írat
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment