write the algorithm to calculate and display the multiplication and division of two numbers 20 and 5.
Answers
Answered by
1
Answer:
Explanation:
20*5
(* means multiply in computer language)
20/5
(/ means divide in computer language)
Similar questions