Advertisement
Guest User

Untitled

a guest
Mar 21st, 2018
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. #include <cs50.h>
  2. #include <stdio.h>
  3.  
  4.  
  5. int main(void)
  6.  
  7. {
  8. int height;
  9. int space;
  10. int hashtags;
  11.  
  12. do
  13. {
  14. printf("Height: \n);
  15. height = get_int();
  16. }
  17. while (height < 0 || height > 23);
  18.  
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement