Question: using c++ language Problem 1 Candles Write a program that prints out a simulated candle of the entered size. The program prompts the user for

using c++ language
Problem 1 Candles Write a program that prints out a simulated candle of the entered size. The program prompts the user for two positive int numbers where the first number represents the candle and the second number represents the wick. Create a function that expects two parameters: one parameter called candleSize defines the size of the candle, and the second parameter called wickSize defines the size of the wick. The method then draws a candle with wick of the specified sizes. Example: Candle size: 8 Wick size:2 Fibonacci Numbers
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
