Vraag : terugkeer type het missen

Hallo heeft

i een zeer eenvoudige code en ik zie zodra I exceute het het zegt het terugkeertype mist hoewel ik terugkeertype heb gespecificeerd. gelieve te laten me weten of mis ik het meest enhdtest Koord something.

public (het land van het Koord, de container van de Container) {
//write uw code here

int indcount= 0;
int usacount= 0;

if (country.equals („INDIA“))
indcount ++;

if (country.equals (de „V.S.“))
usacount++;

if (indcount! = 0)
return „BSINDIA“;

if (usacount! = 0)
return „BSUSA“;

}
" codeBody "
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
het meest enhdtest public Koord (het land van het Koord, de container van de Container) { int. indcount= 0; int. usacount= 0; als (country.equals („INDIA“)) indcount ++; als (country.equals (de „V.S.“)) usacount++; als (indcount! = 0) terugkeer „BSINDIA“; als (usacount! = 0) terugkeer „BSUSA“; }

Antwoord : terugkeer type het missen

Als allebei als vals zijn, het om het even wat niet terugkeren
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
openbaar het meest enhdtest Koord (het land van het Koord, de container van de Container) {

 
int. indcount= 0; 
int. usacount= 0;
 
als (country.equals („INDIA“))
indcount ++;

als (country.equals (de „V.S.“))
usacount++;

als (indcount! = 0)
terugkeer „BSINDIA“;

als (usacount! = 0)
terugkeer „BSUSA“;

terugkeer „GEBREK“;
}
Andere oplossingen  
 
programming4us programming4us