Guest User

Untitled

a guest
Jun 21st, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. int main()
  2. {
  3. int weight, exercise, height, fastfood, sleep, ft, in;
  4. height = ft && in;
  5. //height
  6. printf("Enter your height(feet):n");
  7. scanf("%d", &ft);
  8. printf("Ftn");
  9.  
  10. scanf("%d", &in);
  11. printf("In");
  12.  
  13. if(height> 6 && 5)
  14. {
  15. printf("You are a giant");
  16. }
  17. }
Add Comment
Please, Sign In to add comment