Skip to content

Instantly share code, notes, and snippets.

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