Monday, 13 August 2018

Hii friends today I am going to give you the program of multiplication 
Class name-multiply
Let's go

Class multiply
{
Void main(int a,int b)
{
Int s=0;
S=a*b;
System.out.println(s);
}
}

This is the programme of multiplication in this numbers will be asked from user

Thank for visit........

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...