gm2
gm2
21.05.2020 • 
Computers and Technology

Please write a C++ program simulating a cookie jar. The jar is filled with 45 cookies. Implement a function call remove_cookies which has two input parameters, a number of cookies in the jar, and a number of cookies removed. If the number of cookies in the jar is less than the number of cookies removed, then produce an error message indicates there is not enough cookie in the jar. The program allows continuous user inputs until all cookies are removed from the jar.

Solved
Show answers

Ask an AI advisor a question