7. Find out the error in following code fragment. Find which statement will cause the error and what is
the solution ?
Integer iobj1 = new Integer("4");
Integer iobj2 = new Integer("2");
int val iobj1 + iobj2;
System.out.println(val);
Answers
Answered by
0
Answer:
Even the worst days have an ending, and the best days have a beginning.
Explanation:
thought of the day
Mark me as brainliest please
Similar questions