can u guys give me a site where i can reffere about c++ & get some solution.
& i got this prob with some question i hav. if u guys can solve it or give a hint or anything.
here it is:-
1) WAP to display th following format on the screen.(using loop)
Code:
1
1 2
1 2 3
1 2 3 4
2) WAP to display th following format on the screen.(using loop)
Code:
1
1 1 1
1 1 1 1 1
1 1 1 1 1 1 1
3) WAP to print the sum of the following series
1-(x/2!)+(x2/3!)-(x3/4!)+. . . . . . . . . . . . . . +(-1)n(xn/(n+1)!)
plzzzzzzz give the ans or atleast a hint or somthing. I got an exam on monday. i hav 2 prepare for it. i can't understand these question how 2 do. plzzzzz help!