write a program in Java that calculates and prints the quotient obtained by dividing two integer numbers
Answers
Answered by
4
class program
{
static void main()
{
int a,b,c;
a=10;
b=5;
c=a%b;
system. out print("quotient="+c);
}
}
hope it helps nd plzzzz mark me as brainlist
{
static void main()
{
int a,b,c;
a=10;
b=5;
c=a%b;
system. out print("quotient="+c);
}
}
hope it helps nd plzzzz mark me as brainlist
vishakha201:
ohk mai phir try krti hu
Similar questions