if(S.elementAt(i)==(((Vector)S1.elementAt(j)).elementAt(i)+((Vector)S2.elementAt(j)).elementAt(i)+((
题目
if(S.elementAt(i)==(((Vector)S1.elementAt(j)).elementAt(i)+((Vector)S2.elementAt(j)).elementAt(i)+((Vector)S3.elementAt(j)).elementAt(i)))
其中变量定义如下:
Vector S=new Vector();//一维数组
Vector S1=new Vector(); //二维数组
Vector S2=new Vector();//二维数组
Vector S3=new Vector();//二维数组
为什么会有如下的报错,望大侠们指教,要怎么处理才能对呢?
报错:
运算符 + 不能应用于 java.lang.Object,java.lang.Object
if(S.elementAt(i)==((S1.elementAt(j)).elementAt(i)+(S2.elementAt(j)).elementAt(i)+(S3.elementAt(j)).elementAt(i))){
没说清楚,补充下
因为我S1中添加的元素是double型的
好比Vector S1=new Vector(); //二维数组
Vector s1=new Vector();
S1.addElement(s1);
答案
Vector S1=new Vector(); //二维数组
里面的Vector没指定具体类型,所以它们取出来都是Object,这里你需要显式的转型为Double
或者语句改为:
Vector S1=new Vector();
举一反三
已知函数f(x)=x,g(x)=alnx,a∈R.若曲线y=f(x)与曲线y=g(x)相交,且在交点处有相同的切线,求a的值和该切线方程.
我想写一篇关于奥巴马的演讲的文章,写哪一篇好呢?为什么好
最新试题
- 外贸函电啊啊
- man is not a good thing ,always want his girlfriend to say his is great
- 由the number of后的形容词所想到的
- the sun the moon the earth ,the stars,and the space _____them为什么选between不用among
- The students will go to the West Hill Farm by bike if it_fine tomorrow.
- a,b,c的各倒数和等于a+b+c的倒数,求a+b,b+c,c+a中至少有一个为0
- 1节一元二次方程的答案
- 如果一个图形绕一个点至少旋转72度才能与它本身重合,这个图形一定是中心对称图形吗,为什么
- 二次函数 (24 9:55:51)
- 这几句话用英语怎么说?
热门考点