Language
C++
Compiler
gcc 10.1.0
Options
Warnings
Don't Use Boost
C++03
-pedantic
$ g++ prog.cc -Wall -Wextra -std=c++98 -pedantic
Hello user! Welcome to the furniture program
This program works using a 2 D array
It calculates the amount of stock in the shop and the amount of leather items
The total amount of stock in the shop is: 290 items.
The total amount of leather items is: 80 items.
Exit Code:
0