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 pleaseOk after a little bit hard work. I solved this but with little bit odd way. [code] #include <stdio.h...
Idea pleaseI 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