User: admccann

  • Public profile

User profile: admccann

User info
User name:admccann
Old user name:amac
History
Joined:
Number of posts:11
Latest posts:

Diamond code
/*c program for number pyramid*/ #include<stdio.h> #include<conio.h> int main() { int num,r,c,...

Miles to KM. Km to Miles etc..
#include <stdio.h> double m2km(double); //Convert Miles to KM double km2m(double); //Convert KM ...

How to display tax from this code.
cout << " Tax deducted:" << tax << endl; cout << "Total Balance : " << totalBalance << endl...

Need help making this code.
Produce a program to calculate VAT and discount on purchased items. The program should accept as in...

How to work out %20 in c++
Need help working out 20% of the interest. the program asks if to tax interest the user selects y or...

This user does not accept Private Messages