I need help with this please dont associate with other question.
bool is_float(string num){
/*
* FIXME:
*/
return false;
}
for this function it says that the input(parameters) is string num. It also says that the output (return type) is bool The description says "Indicates if a given string is an float" Please help me write this function