your ftoc and ctof methods require you to pass a double as a parameter.

Something like this:

ftoc(5.0);

You still need to get a number to convert from the user (use the nextDouble() method...