In the following method, how many values are returned?
public static void syncPhone(int idNumber) { //method body }
0
1
2
3