Question:

C programming customer programming ?

by  |  earlier

0 LIKES UnLike

c programming

input price,amount tendered.

output list of bills and coins

formulas:-total=price*(1+taxrate)

change=tendered-total

constants:6%=0.06

other:-we have 20$,$10,$5,$1

fatal tendered<total

use doubles

price must be >0

 Tags:

   Report

2 ANSWERS


  1. You need to make an attempt first.  At least declare your variables and attempt to implement your code as described above.

    #include&lt;iostream&gt;

    using namespace std;

    int main()

    {

        //TODO: Your code here...

        return 0;

    }


  2. When cheating, it&#039;s polite to phrase your cheat request in the form of a question.  Cheat.

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.