Given the following code:
Which statement will return the value for results as 25.0 when it is put in place of the blank line shown above the “}else{” statement?
results = atoi (var);
results = atof (var);
results = stringtointeger (var);
results = stringtofloat (var);
Submit