User: dipen45

  • Public profile

User profile: dipen45

User info
User name:dipen45
History
Joined:
Number of posts:21
Latest posts:

hint or algorithm to solve this
[code] /* 006.6.c Write a program to evaluate the following investment equation V = P(1 + r)^n ...

Idea please
Ok after a little bit hard work. I solved this but with little bit odd way. [code] #include <stdio.h...

Idea please
I tried like this in C. [code] #include <stdio.h> int main() { int i, j; for (i = 1; i <= 91; i...

Idea please
[code] /* Shown below is an Floyd's triangle*/ 1 2 3 4 5 6 7 8 9 10 11 .... 15 .. .. 79 ......

Determine if they could represent side of a triangle.
thnks fun2code, I just found on internet. It is a series of three inequalities: a+b>c, a+c>b, and b...

This user does not accept Private Messages