show dbs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.io.*; | |
import java.util.*; | |
class set2Question4 | |
{ | |
static public int EvenOddDigitsSum(int input1,String input2) | |
{ | |
int sum=0,temp,i=0,num=0; | |
if(input2=="even") |