In the following method definition, how many formal parameters are there?
public static double squareRoot(double value) { return 2.3; }
0
1
2
None; methods do not have formal parameters