Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 173 Bytes

README.md

File metadata and controls

1 lines (1 loc) · 173 Bytes

Create a simple calculator that performs +, -, *, /, and ** operations. Use a loop for continuous user input, handle division by zero, and ensure invalid inputs are managed.