₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,055 members, 8,420,074 topics. Date: Thursday, 04 June 2026 at 10:53 AM

Toggle theme

Get Your Programming Problems Solved - Programming - Nairaland

Nairaland ForumScience/TechnologyProgrammingGet Your Programming Problems Solved (967 Views)

1 Reply

Get Your Programming Problems Solved by Nobody: 10:41am On Jul 19, 2016
Lazy Programmer's joint

# p1 Java program:

/**

* @program: DISSARIUM

* @description: To check whether a number is a Dissarium no or not.

* @author: Emmypong

* @email: emmypongaim@gmail.com

*/
public class DISSARIUM

{
public void input(int n)

{
int num=n,sum=0,d,c=0;

while(num>0)

{
c++;

num = num/10;

}
num = n;

while(num>0)

{

d = num%10;

sum = sum + (int) Math.pow(d,c);

num = num/10;

System.out.println(c);

--c;

}
if(sum==n)

{

System.out.println(n+" is DISSARIUM"wink;
u
}
else
{
System.out.println(n+" is not DISSARIUM"wink;

}

}
}

get these type of short codes and alse request your choice code at ::

https://free.facebook.com/dbasement.tk/
1 Reply

Top Dev's Share Your Programming JourneyLarisoft Clean Desktop: (re: Operation Prove Your Programming Skills)Operation Prove Your Programming Skills234

Pls Help...html LinksClean And Clear CodeMake Legit Money Selling Online With SHOPSPORTFOLIO