Given this line of code in C:
printf(\"%3.0f\\t%6.1f\\n\", fahr, ((5.0/9.0) * (fahr-32)));
Place your cursor on the first parenthesis, then press v%y or v%d.
v%y
v%d