Answer to Question #219727 in C# for Preethi

Question #219727
Use the following example to answer this question.

A customer received the following SMS on his mobile: Your payment of Rs.889.00 is successful on BSNL Portal. Ref Id: FCDR2510166695343.

The code (Print statement) that generated the above SMS is as follows:

print "Your payment of Rs." + BillAmount + is successful on BSNL Portal, Ref Id: " + ReferenceId +

A customer received the following SMS on his mobile:

We have received your order 0D407321268625838000 amounting to

Rs.4166 and it is being processed. You can expect delivery by Fri 14, Feb 2020. You can manage your order at http://fkrt.it/zzBolukluN. Thank you!

Write code (Print statement) that generates the above SMS:
1
Expert's answer
2021-07-22T18:36:02-0400

print "We have received your order" + OrderId+ "amounting to"

BillAmount  + "and it is being processed. You can expect delivery by" + OrderDate +". You can manage your order at" + OrderLink +". Thank you!"


Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

Rudramuni
10.01.22, 06:44

Good

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS