Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include<stdio.h>
- int main(void)
- {
- int code_of_happiness;
- printf(" Δώσε 0 για αποτυχία ή 1 για επιτυχία : ");
- scanf("%d" , &code_of_happiness); //save
- if(code_of_happiness == 0 )
- printf(" Παντρέψου τον Αντουάν ");
- if(code_of_happiness == 1)
- printf(" Παντρέψου Σέργιο");
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment