class innovation
{
public int a;
public int sum=0;
void add(innovation two)
{
two.a=a;
for(;a<=10;a++)
{
two.sum=a+sum;
System.out.println(sum);
}
}
public static void main(String args[])
{
innovation one=new innovation();
one.a=1;
one.add(one);
}
}
USE ANY NUMBER IN PLACE OF ...
To convert a given number into corresponding hours, minutes, and seconds.
class hour
{
public static void main(String args[])
{
int h,m,s,t,min;
t=7266;
h=t/3600;
System.out.println("hours"+h);
m=t%3600;
System.out.println("m"+m);
min=m/60;
System.out.println("min"+min);
}
}
in place of 7266 for t , use any number...
INTRODUCTION TO OOP ,OBJECTS AND CLASSES

NOW HERE IS AN
INTRODUCTION TO OOP ,OBJECTS AND CLASSES AND FUNCTIONS
OBJECT ORIENTED PROGRAMMING:
OOP is a design philosophy. It stands for Object Oriented Programming. Object-Oriented Programming...
WAP IN JAVA to find sum of 'n' numbers using CALL BY REFERENCE
class innovation
{
public int a;
public int sum=0;
void add(innovation two)
{
two.a=a;
for(;a<=10;a++)
{
two.sum=a+sum;
System.out.println(sum);
}
}
public static void main(String args[])
{
innovation one=new innovation();
one.a=1;
one.add(one);
}
}
USE ANY NUMBER IN PLACE OF ...
Harry Potter - Sorcerer's Stone
Harry Potter - Sorcerer's Stone
Cheatmode:
----------
Submitted by: [-=HELLCHiLD=-]
Type these codes under the game. You will need a
little practise to get it done properly for the first time.
Effect Code
----------------------------
Debug mode:
press [F7] to disable - harrydebugmodeon
Unknown - harrysuperkoresh
Restores health...
How to Change Facebook Login Screen Background Picture

The traditional Facebook login screen is very boring and monotonous since it took a long time with nochanges. Maybe Facebook have forget about changing thatBackground Screen or...
How To Steal Passwords From A Computer With USB In Just Seconds???

How To Steal Passwords From A Computer With USB In Just Seconds???
Here is the tutorial you want fanz, you can steal any pass means all passwords related to that computer. it can also steal once...
Subscribe to:
Posts (Atom)