| |||||||||
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Need help
Please help me to complete this programes.just i take from book.i did most of them.still i cant solve this quez, need ur help 2 solve.this isn't assignment or home work.i like learn c my self.
1) write a C program to detaermine and print sum of harmonic series: 1!+2!+3!+4!......+n 2)write a C program to print two dimensional squre root table as show below,oprovide the squre root of any number from 0 to 9.9.for example,the value x will give the squre root of 1.1 and value y the squre root of 9.9 __________________________________________________ ___ Number | 0.0 | 0.1 | 0.2 | ....... | 9.9 | __________________________________________________ ___ 0.0....... |....... |..... | .... | ....... |...... | __________________________________________________ ___ 1.0 .. | ............ | X | ....... | ....... | ..... | . . __________________________________________________ ___ 9.0 | ........ | ....... | ...... | ....... | Y | __________________________________________________ __ 3)write a C program that will read a positive intger and determine and print its binary equivant. (hint: the bits of the binary represantation of an intger can be genarated by repeatly dividing the number and the successive quotients by 2 and saving the reminer,which is either 0 or 1,after each division.) |
|
#2
|
||||
|
||||
|
How do we know it's not homework?
Regardless, we are not going to solve any problem wholesale for you. Do what you can do, post actual code, then we can help. This is your last warning.
__________________
Officially a member of the Itsacon fan club. Beer blasts are every friday at Viper_SB's house. I bring the chips. ![]() |
| Viewing: Dev Articles Community Forums > Programming > C/C++ Help > Need help |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|