Re: How would I design a flow chart for this program
You're getting this error because you changed things a bit. You have used:
I also get this error when I try to compile the program:
c: line 16: function not declared
'(inputamount = atoi(argv[1])'
aborting compile
You're getting this error because you changed things a bit. You have used:
Where I used:printf(inputamount = atoi(argv[1]);
printf(countrycode = atoi(argv[2]);
inputamount = atoi(argv[1]);
countrycode = atoi(argv[2]);