Skip to content

Instantly share code, notes, and snippets.

@Rahajustone
Created March 18, 2014 23:00
Show Gist options
  • Save Rahajustone/9631645 to your computer and use it in GitHub Desktop.
Save Rahajustone/9631645 to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main(void)
{
int not;
printf("lutfen notunuzu giriniz:");
scanf("%d",&not);
not>=60? printf("geçtiniz"): printf("gecmediniz");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment