Write the following 2 static methods: public static int ComputeOddSum(int input) public static int ComputeEvenSum(int input) The method ComputeOddSum find the sum of all odd numbers less than input. The method ComputeEvenSum find the sum of all even numbers less than...