please help, i'm begginer

Can someone write a program?

make a value calculation program. ''a'' calculate by formula a=m^2*n!/(n-m)
n and m integers entered by keyboard and satisfies the condition n>=m>0. Use cycle For.
At least show us what you have done so far. Your directions are also unclear.
first try to make a loop which will calculate factorial. remaining part is as easy as a=m^2*n!/(n-m) // m*m for m^2
Topic archived. No new replies allowed.