Answer to Question #21187 in C++ for aa aa
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
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!
Learn more about our help with Assignments:
C++
Comments
Leave a comment