- 1
can any body to help me,I had a practie of c++
7 Antworten
+ 11
What help is needed?
There are useful resources, if you want to learn more:
https://www.sololearn.com/discuss/459759/?ref=app
https://www.sololearn.com/discuss/437973/?ref=app
+ 1
(2! +1)! = 1! +3! +5!.. doesn't make any sense.
Do you want a program to add factorial of odd numbers till any given limit such as n?
0
you can start writing console apps with bacic io to learn the basics and to learn some new concepts. aftsr that you can write graphical applications
0
1. what does that calcualation do?
2. this is a place to learn coding, not a McDonalds for code.
0
I want to write c++،code for this (2!+1)! from 0 to n
0
what do you need?
- 1
I want to write c++code for the followed problem. for 0 to n
(2! +1)!=1!+3!+5!+...
can you write the cost??