Lab#9 FinalCost
- OpenOpen
The Final cost program Ask the user two inputs : the product cost and the sale tax percentage applied and display the final cost of the product.
I have implemented this program in python and in Appinventor.
Recent Discussions
Sorry, there were no discussion topics found.
Recent Docs
finalcost python program source
# The program calculate the final cost # Given the price or cost and the sales tax percentage # The program should ask the user for # 1- The price of the item(s) # 2- The sales tax percentage # # Finally the program shoul See Morefinalcost python program source