Skip to content

Commit 157aa5b

Browse files
authored
Update AbundantNumber.java
1 parent 46da767 commit 157aa5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AbundantNumber.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import java.math.*;
33

44
// Function to calculate sum of divisors
5-
class GFG{
5+
class AbundantNumber{
66
static int getSum(int n)
77
{
88
int sum = 0;

0 commit comments

Comments
 (0)