plss help me with my case study......

Reply

Join Date: Mar 2007
Posts: 3
Reputation: daddeh is an unknown quantity at this point 
Solved Threads: 0
daddeh's Avatar
daddeh daddeh is offline Offline
Newbie Poster

plss help me with my case study......

 
0
  #1
Mar 6th, 2007
hi am new member here... can anyone give the code of this..i've tried
to figure out the code to finish this but i cant......pls help me.....

here is the output of my case study


Enter amount of Loan: 5000
Enter Interest: .10
Enter terms(month):10

550 445 440 435 430 425 420 415 410 405
Reply With Quote Quick reply to this message  
Join Date: Feb 2007
Posts: 539
Reputation: thekashyap will become famous soon enough thekashyap will become famous soon enough 
Solved Threads: 50
thekashyap's Avatar
thekashyap thekashyap is offline Offline
Posting Pro

Re: plss help me with my case study......

 
0
  #2
Mar 6th, 2007
Post the code you've already written and we'll tell you what's wrong with it.
Reply With Quote Quick reply to this message  
Join Date: Mar 2007
Posts: 3
Reputation: daddeh is an unknown quantity at this point 
Solved Threads: 0
daddeh's Avatar
daddeh daddeh is offline Offline
Newbie Poster

Re: plss help me with my case study......

 
0
  #3
Mar 7th, 2007
int t,
float l,i;

printf("Enter amount of Loan: ")
scanf("%f", & l);
printf("Enter Interest:");
scanf("%f", & i);
printf("Enter terms(month): ");
scanf("%d", & t)
printf("\n");
for();
printf("%d");


i cant figure out the for loop of my case study please help me..............
<br />
[U][I][B][I][B][U]SnooZ[/U][/B][/I]<br />
[/B][/I][/U]
Reply With Quote Quick reply to this message  
Join Date: Mar 2007
Posts: 3
Reputation: daddeh is an unknown quantity at this point 
Solved Threads: 0
daddeh's Avatar
daddeh daddeh is offline Offline
Newbie Poster

Re: plss help me with my case study......

 
0
  #4
Mar 7th, 2007
  1. int t,
  2. float l,i;
  3.  
  4. printf("Enter amount of Loan: ")
  5. scanf("%f", & l);
  6. printf("Enter Interest:");
  7. scanf("%f", & i);
  8. printf("Enter terms(month): ");
  9. scanf("%d", & t)
  10. printf("\n");
  11. for();
  12. printf("%d");
Last edited by WaltP; Mar 7th, 2007 at 2:43 am. Reason: CODE tags, please!!!!
<br />
[U][I][B][I][B][U]SnooZ[/U][/B][/I]<br />
[/B][/I][/U]
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 3,114
Reputation: WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of WaltP has much to be proud of 
Solved Threads: 281
Moderator
WaltP's Avatar
WaltP WaltP is offline Offline
Posting Sensei

Re: plss help me with my case study......

 
0
  #5
Mar 7th, 2007
Originally Posted by daddeh View Post
hi am new member here... can anyone give the code of this..i've tried
to figure out the code to finish this but i cant......pls help me.....
Read this

Originally Posted by daddeh View Post
  1. int t,
  2. float l,i;
  3.  
  4. printf("Enter amount of Loan: ")
  5. scanf("%f", & l);
  6. printf("Enter Interest:");
  7. scanf("%f", & i);
  8. printf("Enter terms(month): ");
  9. scanf("%d", & t)
  10. printf("\n");
  11. for();
  12. printf("%d");
And? Do you have a question that we can actually answer? Maybe a little detail as to what you are trying to do -- task, function, equation, something? And an attempt to do it would be nice. Just putting for(); is not an attempt to do anything.
The 3 Laws of the Procrastination Society:
1) Never do today that which can be put off until tomorrow
2) Tomorrow never comes
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the C Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC