Calculate %

I want to take amount from user as a input and calculate a x% on the amount entered by user. what expression should i supposed to use

Check this solution Unable to do calculate income tax - #7 by sai_krishna_somisetty

image

image

If you want it displayed as an actual percentage then just add (“P”) on the end of the ToString:

image

image