Answer to Question #21187 in C++ for aa aa

Question #21187
Define a constant that will hold the maximum amount of numbers (50) in a Fibonacci series
and a global array of integers fib_series.
1
Expert's answer
2012-12-25T10:10:18-0500
static const int count = 50;
long fib_series[count];

void main()
{

}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS