Z
Zach Echlin
Get the string from scanf and find the sup string using strstr. You can
then use atof to convert it to numbers.
char * strstr ( const char * string1, const char * string2 );
then use atof to convert it to numbers.
char * strstr ( const char * string1, const char * string2 );