Carrie Robinson
Registered Member
I'm need some help in writing a Currency Conversion Program in Basic C.
I have started the program but I don't know how to list to countries into the program?
Here is what I have so far
main function: first function called by the operating system
inputs: five different currenices
and their equivalent to the US dollar
output: return "list the equivalents"
#include <stdio.h>
int main(void)
{
printf("\nCurrency Conversion n\n");
return 0;
}
I have started the program but I don't know how to list to countries into the program?
Here is what I have so far
main function: first function called by the operating system
inputs: five different currenices
and their equivalent to the US dollar
output: return "list the equivalents"
#include <stdio.h>
int main(void)
{
printf("\nCurrency Conversion n\n");
return 0;
}
Last edited: