cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
please help, i'm begginer
please help, i'm begginer
Dec 9, 2014 at 6:53pm UTC
LaimisG
(3)
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.
Dec 10, 2014 at 6:37am UTC
CS Student
(33)
At least show us what you have done so far. Your directions are also unclear.
Dec 10, 2014 at 7:27am UTC
anup30
(968)
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.