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

 please answer asap !! 3 Q4.2 Find the bug 5 Points
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 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!