Fibonacci Homework

I am taking online university courses in C++ and I have an assignment that is asking me to write a program that:

Asks the use for a specific number then displays that many Fibonacci numbers using a for loop.

Now Ive just started this class about a month ago so all I can use is basic c++, I dont know how to use return functions or anything like that. Just basic arithmetic +,-,*,/,%. I can also use else if but a for loop must be used.

Can please someone help I was supposed to turn this in 4 days ago and I dont want to get any worse of a grade.
closed account (2NywAqkS)
No-one is going to do your homework for you but if you have a few spare hours, all you need to know for that assignment can be found in the c++ documentation; read up to 'Control Structures'
http://www.cplusplus.com/doc/tutorial/
Thank you so much I don't expect anyone to do my work just needed a little help.
Topic archived. No new replies allowed.