Language
C++
Compiler
gcc 13.2.0
Options
Warnings
Boost 1.83.0
C++2b(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.83.0-gcc-13.2.0/include -std=gnu++2b would you like to use the calculator
option 1: addition
option 2: subtraction
option 3: division
option 4: multiplication
enter the first number:
enter the second number: 20*5=100
would you like to continue using the calculator
goodbye
Exit Code:
0