Computer Science, asked by ritwik16, 1 year ago

write a program in Java that calculates and prints the quotient obtained by dividing two integer numbers

Answers

Answered by vishakha201
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

vishakha201: ohk mai phir try krti hu
vishakha201: are kiya to
vishakha201: hmmmm
vishakha201: hi
vishakha201: hlw
Similar questions