Java Double sum() MethodThe sum() method of Double class returns the sum of two double arguments same as the operation performed by '+' operator. Syntax:Parameters:a- the first argument passed b- the second argument passed Return Value:The sum() method returns the sum of a and b. Example 1Output: Enter first number: 67 Enter second number: 98 Enter third number: -98 Sum = 67.0 Example 2Output: Enter your Marks of following subjects English : 87 Maths : 98 Science : 67 S.St : 87 Hindi : 56 Computer : 45 You got 73.33333333333333% Next TopicJava-threadgroup-activecount-method |
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India