Question: Task t: You need to initialize variables for the following: A variable (charge) for the cost of the sign initialized to 0.00 . A variable
Task t: You need to initialize variables for the following:\ A variable (charge) for the cost of the sign initialized to
0.00.\ A variable (num_chars) for the number of characters initialized to 8.\ A variable (color) for the color of the characters initialized to "gold".\ A variable (wood_type) for the wood type initialized to "oak".\ Task 2 Write the rest of the program using assignment statements and if statements as appropriate. The output statements are written for you.

Task 1: You need to initialize variables for the following: - A variable (charge) for the cost of the sign initialized to 0.00 . - A variable (num_chars) for the number of characters initialized to 8. - A variable (color) for the color of the characters initialized to "gold". - A variable (wood_type) for the wood type initialized to "oak". Task 2 Write the rest of the program using assignment statements and if statements as appropriate. The output statements are written for you
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
