Advertisement
SmellyBadger

Untitled

Nov 5th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. Results for Dataset 4
  2. Differences: -700
  3. It appears that your program is in an infinite loop.
  4.  
  5.  
  6. Below is Your Output, with line numbers added:
  7.  
  8. 1: Enter the base:
  9. 2: Enter the first number:
  10. 3: Enter the second number:
  11. 4: List of operations:
  12. 5: +
  13. 6: -
  14. 7: *
  15. 8: /
  16. 9: Enter your choice of operation:
  17. 10:
  18. 11: OUTPUT:
  19. 12: The number is valid for base 2
  20. 13: Decimal value of the first Number = 3
  21. 14: Decimal value of the second number = 2
  22. 15: Result in decimal = 6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement