#include <stdio.h>Functions | |
| int | main () |
cmpe150 summer2009 project 1.
A program that checks whether the number is greater than 3 or not. It prints 1 on success, 0 on failure
Name: Mehmet Caliskan
Student no: 2005123123
Section: 08
E-Mail: mehmet.caliskan@boun.edu.tr
Compiler used: Online Compiler
| int main | ( | ) |
Main function. Reads the number and prints the result
1.6.1