Guest User

Untitled

a guest
Jan 25th, 2021
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. #include <stdio.h>
  2. int main () {
  3.  
  4. float frog = 5.000000000000000000000000000000000;
  5.  
  6.  
  7.  
  8. float frog2 = 13.0000000000000000000000000000000000000000000000000000;
  9.  
  10. float sumthin = frog + frog2;
  11.  
  12.  
  13.  
  14.  
  15.  
  16. printf( "%s+"f"The sum is: ", sumthin);
  17. return 0;
  18. do while sumthin == 18;
  19. printf(return 0);
  20.  
  21. else
  22. print("")
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31. }
Advertisement
Add Comment
Please, Sign In to add comment