Computer Science, asked by SwastikaSarkar, 6 months ago

Write a Java programme to accept a number and divide it by 10. Show the result!​

Answers

Answered by shailajasonawane777
0

Explanation:

Division is one of the four basic operations of arithmetic, the others being addition, subtraction, and multiplication. The division of two natural numbers is the process of calculating the number of times one number is contained within one another.

Pictorial Presentation:

Java dividing two numbers

Input the first number: 7

Input the second number: 2

The division of a and b is:3

Similar questions