So far,
I got this
#include <iostream>
void introduction();
int findsmallest(in t);
void printmessage(in t);
int main ()
{
how do it do this, thank you. that's the only think I need help with. I figure it should be the same as any other function but just need a little help. thank you.
I don't know if anyone can see the full description. I need help writing a function to do the introduction. "the main program will start by calling a function named introduction which will print out a description of what the program does on the first output page. thank you
I got this
#include <iostream>
void introduction();
int findsmallest(in t);
void printmessage(in t);
int main ()
{
how do it do this, thank you. that's the only think I need help with. I figure it should be the same as any other function but just need a little help. thank you.
I don't know if anyone can see the full description. I need help writing a function to do the introduction. "the main program will start by calling a function named introduction which will print out a description of what the program does on the first output page. thank you
Comment