// This program calculates profits and sales prices for a furniture company. #include  #include  using namespace std; int main() { string itemName = "TV Stand"; double retailPrice = 325.00;...



// This program calculates profits and sales prices for a furniture company.



#include 

#include 

using namespace std;

int main()

{

   string itemName = "TV Stand";

   double retailPrice = 325.00;

   double wholesalePrice = 200.00;

   double salePrice;

   double profit;

   double saleProfit;


   // Write your assignment statements here





   cout <><><>

   cout <><><>

   cout <><><>

   cout <><><>

   cout <><><>

   cout <><><>


   return 0;


Understanding Operator Precedence and Associativity in C++<br>Understanding Operator<br>Precedence and Associativity<br>Tools<br>Summary<br>In this lab, you complete a partially written C++<br>program that is provided for you. The program,<br>which was written for a furniture company, prints the<br>name of the furniture item, its retail price, its<br>Wholesale price, the profit made on the piece of<br>furniture, a sale price, and the profit made when the<br>rinciple of<br>ty of grains.<br>ater-based<br>getables.<br>sale price is used.<br>Instructions<br>ly based on<br>vanety,<br>our Book<br>Snout<br>noiple of<br>1. Ensure the provided file named Furniture.cpp is<br>Y oferans<br>open.<br>2. The file includes variable declarations and output<br>statements. Read them carefully before you<br>proceed to the next step.<br>3. Design the logic and write the C++ code that will<br>use assignment statements to:<br>o Calculate the profit ( profit) as the retail<br>price minus the wholesale price<br>o Calculate the sale price( salePrice) as 25<br>percent deducted from the retail price<br>o Calculate the sale profit ( saleProfit ) as the<br>sale price minus the wholesale price.<br>4. Execute the program by clicking the Run button.<br>Your output should be as follows:<br>Item Name: TV Stand<br>Retail Price: $325<br>

Extracted text: Understanding Operator Precedence and Associativity in C++ Understanding Operator Precedence and Associativity Tools Summary In this lab, you complete a partially written C++ program that is provided for you. The program, which was written for a furniture company, prints the name of the furniture item, its retail price, its Wholesale price, the profit made on the piece of furniture, a sale price, and the profit made when the rinciple of ty of grains. ater-based getables. sale price is used. Instructions ly based on vanety, our Book Snout noiple of 1. Ensure the provided file named Furniture.cpp is Y oferans open. 2. The file includes variable declarations and output statements. Read them carefully before you proceed to the next step. 3. Design the logic and write the C++ code that will use assignment statements to: o Calculate the profit ( profit) as the retail price minus the wholesale price o Calculate the sale price( salePrice) as 25 percent deducted from the retail price o Calculate the sale profit ( saleProfit ) as the sale price minus the wholesale price. 4. Execute the program by clicking the Run button. Your output should be as follows: Item Name: TV Stand Retail Price: $325
CENGAGE MINDTAP<br>Understanding Operator Precedence and Associativity in C++<br>Fur<br>Understanding Operator<br>Precedence and Associativity<br>2<br>Study Tools<br>3%#3<br>4 #<br>ers<br>Instructions<br>5 u<br>6 i<br>1. Ensure the provided file named Furniture.cpp is<br>ons<br>7{<br>open.<br>cess Tips<br>6.<br>2. The file includes variable declarations and output<br>10<br>cess Tips<br>statements. Read them carefully before you<br>11<br>12<br>OR YOU<br>proceed to the next<br>step.<br>13<br>And the principle of<br>to eat plenty of grains.<br>3. Design the logic and write the C++ code that will<br>14<br>its and vegetables<br>use assignment statements to:<br>15<br>tio<br>16<br>in essence.<br>ally based on<br>Ind vanety<br>es of Your Book<br>Jon s-0 of<br>Mapsprincple of<br>itpenty of gjuns.<br>o Calculate the profit ( profit) as the retail<br>17<br>price minus the wholesale price<br>18<br>19<br>o Calculate the sale price ( salePrice ) as 25<br>20<br>percent deducted from the retail price<br>21<br>22<br>o Calculate the sale profit ( saleProfit ) as the<br>edback<br>23<br>sale price minus the wholesale price.<br>24<br>25<br>4. Execute the program by clicking the Run button.<br>26<br>Your output should be as follows:<br>27}<br>28<br>Iten Nane: TV Stand<br>Retail Price: $325<br>Wholesale Price: $200<br>Profit: $125<br>Sale Price: $243.75<br>Sale Profit: $43.75<br>Grading<br>When you have completed your program, click the<br>Submit button to record your score.<br>%23<br>

Extracted text: CENGAGE MINDTAP Understanding Operator Precedence and Associativity in C++ Fur Understanding Operator Precedence and Associativity 2 Study Tools 3%#3 4 # ers Instructions 5 u 6 i 1. Ensure the provided file named Furniture.cpp is ons 7{ open. cess Tips 6. 2. The file includes variable declarations and output 10 cess Tips statements. Read them carefully before you 11 12 OR YOU proceed to the next step. 13 And the principle of to eat plenty of grains. 3. Design the logic and write the C++ code that will 14 its and vegetables use assignment statements to: 15 tio 16 in essence. ally based on Ind vanety es of Your Book Jon s-0 of Mapsprincple of itpenty of gjuns. o Calculate the profit ( profit) as the retail 17 price minus the wholesale price 18 19 o Calculate the sale price ( salePrice ) as 25 20 percent deducted from the retail price 21 22 o Calculate the sale profit ( saleProfit ) as the edback 23 sale price minus the wholesale price. 24 25 4. Execute the program by clicking the Run button. 26 Your output should be as follows: 27} 28 Iten Nane: TV Stand Retail Price: $325 Wholesale Price: $200 Profit: $125 Sale Price: $243.75 Sale Profit: $43.75 Grading When you have completed your program, click the Submit button to record your score. %23
Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here