c++ programming iterative statement

sum of the factorials

Page 1 of 1

4 Replies - 1107 Views - Last Post: 23 March 2010 - 05:30 PM Rate Topic: -----

#1 Guest_jen dellosa*


Reputation:

c++ programming iterative statement

Posted 23 March 2010 - 04:40 PM

compute and display the sum of the factorials, with a nonnegative integer. Ex: the sum is=9; then if n=3; 1!+2!(1)+3!(2)(1)
Is This A Good Question/Topic? 0

Replies To: c++ programming iterative statement

#2 hatt  Icon User is offline

  • New D.I.C Head

Reputation: 5
  • View blog
  • Posts: 35
  • Joined: 19-March 10

Re: c++ programming iterative statement

Posted 23 March 2010 - 04:42 PM

any attempts at it?
Was This Post Helpful? 0
  • +
  • -

#3 Guest_jen dellosa*


Reputation:

Re: c++ programming iterative statement

Posted 23 March 2010 - 04:44 PM

please help me regarding this because i really need it immediately for my defense in school
Was This Post Helpful? 0

#4 Guest_jen dellosa*


Reputation:

Re: c++ programming iterative statement

Posted 23 March 2010 - 04:46 PM

i used to try while statement and for statement but it doesn't work, it doesn't run in the turbo c++
Was This Post Helpful? 0

#5 JackOfAllTrades  Icon User is online

  • Saucy!
  • member icon

Reputation: 5723
  • View blog
  • Posts: 22,640
  • Joined: 23-August 08

Re: c++ programming iterative statement

Posted 23 March 2010 - 05:30 PM

You're not going to get any help until you SHOW US you've made an actual effort.

Dream.In.Code has a policy by which we prefer to see a good faith effort on your part before providing source code for homework assignments. Please post the code you have written in an effort to resolve the problem, and our members would be happy to provide some guidance. Be sure to include a description of any errors you are encountering as well.

Please post like this:

Thank you for helping us helping you.
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1