Question: please answer asap !! 3 Q4.2 Find the bug 5 Points The following code is supposed to sum two integer numbers but it does not
3 Q4.2 Find the bug 5 Points The following code is supposed to sum two integer numbers but it does not work as intended. What is wrong with this code? public class FindBug public static void main(String[] args) { // Add two numbers Integer.parseDouble(args[0]); int b Integer.parseDouble(args[1]); int a System.out.println("The sum is : " + (a+b)); } } Enter your answer here
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
