Question

5:36 lLTE Your order is as follows:: echo echo SFoundationgty bottle of foundation echo $SettingSprayqty bottles of Setti


can some help write this in php
0 0
Add a comment Improve this question Transcribed image text
Answer #1

echo "your order is as follows:";

echo " ";

echo "$Foundationqty bottle of foundation";

echo " ";

echo "$SettingSprayqty bottle of Setting spray";

$FoundationPRICE = 23.25;

$SettingSprayPRICE = 12.50;

$TAXRATE = 0.10;

$totalqty = $Foundationqty + $SettingSprayqty;

$totalamount = $Foundationqty + $FoundationPRICE + $SettingSprayqty * $SettingSprayPRICE;

echo "\n";

echo "\n";

echo " items ordered:\t $totalqty\n";

echo " Subtotal:\t;

echo number_format($totalamount,2);

echo "\n";

$totalamount = $totalamount*(1+TAXRATE);

echo number_format($totalamount,2);

echo " Total with tax:\t$totalamount\n";

echo "\n";

?>

Add a comment
Know the answer?
Add Answer to:
can some help write this in php 5:36 lLTE Your order is as follows:": echo "...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT