Forum: C++ Nov 29th, 2006 |
| Replies: 4 Views: 3,229 |
Forum: C++ Nov 29th, 2006 |
| Replies: 4 Views: 3,229 ive created this currency conversion program
which converts the currency then adds commission, but its got a error saying undefined symbol true in function main
can someone help me ive only got the... |
Forum: C++ Nov 25th, 2006 |
| Replies: 10 Views: 2,578 how would i make inputAmount return the selection, and use this as a parameter for calCommision? |
Forum: C++ Nov 24th, 2006 |
| Replies: 10 Views: 2,578 thanks that helps alot
i will implement those changes and see what happens |
Forum: C++ Nov 23rd, 2006 |
| Replies: 10 Views: 2,578 ive now put the program into functions ut ive got errors saying undefined symbol commission in function main? dont know how to fix it can someone help me, dont know whether the function structure... |
Forum: C++ Nov 22nd, 2006 |
| Replies: 10 Views: 2,578 ok will try it
i plan to put the program, into three functions one to prompt the user for the amount and currency to be converted into
the second function to do the calculation and interest... |
Forum: C++ Nov 22nd, 2006 |
| Replies: 10 Views: 2,578 its supposed to be a currency conversion program
but once the program has converted the currency it should then work out the interest rate depending on the amount converted.
example if £100... |
Forum: C++ Nov 22nd, 2006 |
| Replies: 10 Views: 2,578 ive created this currency interest preogram which should calculate the interest depending on the currency amount entered.
if 100 but less than 1000 then 1%, otherwise 3% for all other amounts. ... |
Forum: C++ Oct 25th, 2006 |
| Replies: 3 Views: 1,565 how can i call the function assign grade? |
Forum: C++ Oct 25th, 2006 |
| Replies: 3 Views: 1,565 this is a progarm i have created to calculate srudent grades given the three grades. the computer then works out te average and assigns a grade depending if average is more than 50. the program... |