public class Yippee2{
stati cpublic void main(String[]yahoo){
for(intx=1;x
}
}
}
and the command line invocation:
java Yippee2 a b c
What is the result?()
A.ab
B.bc
C.abc
D.Compilation fails.
E.An exception is thrown at runtime.