write a program to divide two numbers ( Java )
Answers
Answered by
0
Answer:
public class main
{
public static void main(int a, b)
{
int quo;
quo=a/b;
}
}
Answered by
0
Answer:
please see the above attachment
Explanation:
hope it helps you
Attachments:
Similar questions