What is the output of the following code? State error if any
public class Test{
public static void main(String args[]}{
StringBuffer a = new StringBuffer("erwin");
StringBuffer b = new StringBuffer("in india");
a. delete(3.5).
a append(b)
System.out.println(a):
}
}
Answers
Answered by
0
Answer:
type the question properly so I can get the answer easily
Answered by
0
Answer:
error
array denoted by int
not a float value
Similar questions