Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a complete C++ if-else-if statement that assigns Platinum, Gold, or Silver to a string variable named level depending on the value in a double

Write a complete C++ if-else-if statement that assigns Platinum, Gold, or Silver to a string variable named level depending on the value in a double variable named gift. Platinum status is awarded for donations of $12,000 or more. Gold status is awarded for donations that are not more than or equal to $12,000 but are at least $7,000. Silver status is awarded for donations that are less than $7,000. You may assume that the variable named level has been declared as a string data type and that the variable named gift has been declared as a double data type and has been initialized to a value that is greater than zero.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Object Oriented Databases Prentice Hall International Series In Computer Science

Authors: John G. Hughes

1st Edition

0136298745, 978-0136298748

More Books

Students also viewed these Databases questions