--- tiryaki_enis <[EMAIL PROTECTED]> wrote:

> What change can i  make to Line 14 so that the value
> displayed by the 
> cout at Line 19 is 96?
> 
> 
> 
>     12  char f1(char a) {
>     13       if (a < 'a') return a;
>     14         else f1(a - 1);
>     15  } // end f1
>     16  int main (int argc, char **argv)
>     17  {
>     18      char reply;
>     19      cout << (int)f1('a') << endl;
> 
> 
> help me please!!!!
> 
> 
This looks like a homework question therefor i will
give you a hint - it has to do with the return().

Mickey M.
Construction Partner Inc.
http://www.constructionpartner.com


 
____________________________________________________________________________________
Get your own web address.  
Have a HUGE year through Yahoo! Small Business.
http://smallbusiness.yahoo.com/domains/?p=BESTDEAL

Reply via email to