下面java代码运行时提示search():This method must return a result of ty
来源:学生作业帮 编辑:作业帮 分类:综合作业 时间:2024/11/05 19:30:36
下面java代码运行时提示search():This method must return a result of type int,程序该如何改
public class ArraySerachtest {
public static int search(int[] array,int value)
{
int low=0;
int high=array.length-1;
int middle=0;
//value值为两边
if(value==array[0])
return 0;
if(value==array[high])
return high;
//value值不在数组中
if(valuearray[high])
return -1;
//value值在数组中
while(lowarray[middle])
low=array[middle+1];
else if(value
public class ArraySerachtest {
public static int search(int[] array,int value)
{
int low=0;
int high=array.length-1;
int middle=0;
//value值为两边
if(value==array[0])
return 0;
if(value==array[high])
return high;
//value值不在数组中
if(valuearray[high])
return -1;
//value值在数组中
while(lowarray[middle])
low=array[middle+1];
else if(value
在while循环结束后加一行:return 0;(或别的int类型的值)
就可以了.需要返回值的方法,一定要注意让返回语句覆盖每一个分支,直到方法的最后,否则就会报你说的那种错.
就可以了.需要返回值的方法,一定要注意让返回语句覆盖每一个分支,直到方法的最后,否则就会报你说的那种错.
下面java代码运行时提示search():This method must return a result of ty
下面这段代码为什么提示:this method must be return a type of Account,我是初
大学体验英语运行时提示Run-time error -2147200966(8004503a) method of ob
In java ,what's the 'return;' in a void method mean?
c# 语言中method must have a return type 如何解决
求java rewrite this method of the exemple so that it avoids t
求java大神!下面是一个用java表示图的程序(邻接表表示法);在运行的时候提示NullPointerExceptio
Undefined function or method 'emd' for input arguments of ty
must return a value
在使用simpower时,一运行就出现如下提示:The diagram must contain a powergui
英语翻译This Standard Method of Measurement provides a uniform b
this out-of -date teaching method ( must be done away with)这