Question: Show variables values in equation

Let's say I have four variables which are assigned with the following values:

A = 10

B = 25

C = 4

D = 6

When I write A*sqrt(B)/(C+D) the Maple output is "5".

I want the output to look like

How can I achieve this?

Please Wait...