Question: // Write code that will take your age, square it, and multiply it by the birthday bonus. // Your output should be stored into the
// Write code that will take your age, square it, and multiply it by the birthday bonus. // Your output should be stored into the variable MyBonus and formated to two decimal // places and a $ should be included. Check identifier types, and make adjustments where needed.
int age = 18; int birthdayBonus = 25.50;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
