Sunday, 12 August 2018

HAY THANK FOR VISIT


The program of java(blue j) for addition while asking the numbers from user

class name-add

here is the program-


class add
{
void main(int a,int b)
{
int s=0;
s=a+b;
System.out.println(s)
}
}


this is the program 
is you want to change the class name you can give any name to class which you want to give

No comments:

Post a Comment

HAY THAKYOU FOE VISIT

Program(python):-Find duplicates in an array (Geeks for geek problem)

QUESTION:- Given an array  a  of size  N  which contains elements from  0  to  N-1 , you need to find all the elements occurring more than o...