Computer Science, asked by kaurjaskirat947, 7 months ago

write a program to divide two numbers ( Java )​

Answers

Answered by manuprajapati519
0

Answer:

public class main

{

public static void main(int a, b)

{

int quo;

quo=a/b;

}

}

Answered by anushka2947
0

Answer:

please see the above attachment

Explanation:

hope it helps you

Attachments:
Similar questions