--- Faisal Saleem <[EMAIL PROTECTED]> wrote: > Hello Groups Member. > I am student of MIT Part I. Can Anydoby help me. > Plz help me in this matter. > kindly to slove my these problem. > I'll be verythankful for all of you. > 1. Write a Fibonacci function then takes an input > from the user in main program > and pass to function which prints Fibonacci > series up to this number. > Hints: > > > Enter the value up to which you want > to print the series : 5 > 0 1 1 2 3 5 > 2. > Write a C/C++ program which consists of a > user-define function Prime. This function will take > a number and check that the number is prime or not > if the number is prime Display The number is Prime > other wise display The number is not Prime > Call this function in main program. > > > > Please post your code or anything else you have. Its difflcult to help without any of your work provided.
Mickey M. Construction Partner Inc. http://www.constructionpartner.com ____________________________________________________________________________________ Expecting? Get great news right away with email Auto-Check. Try the Yahoo! Mail Beta. http://advision.webevents.yahoo.com/mailbeta/newmail_tools.html
