User profile: dumdumFlame

User info
User name:dumdumFlame
History
Joined:
Number of posts:42
Latest posts:

I need to display number of bills and coins
Nvm I solved it myself. [code]#include <iostream> using namespace std; void input(float& purchaseam...

I need to display number of bills and coins
Here is the question: What I need help with is displaying the number of bills and coins. Write a...

My calculations aren't calculating
@Handy Andy. Thank you so much for helping me solve this problem! I have a couple questions though: ...

My calculations aren't calculating
also @whitenite1 Here is a link of something where void does return the things it needs. http://cpp....

My calculations aren't calculating
Also are you sure I shouldn't be using a float for some of the things like maybe r and h? Also do I ...