User profile: LoopingBird
| User info |
| User name: | LoopingBird |
| Name: | John Boord |
| Location: | Glasgow |
| Bio: | Electrical Engineer |
| History |
| Joined: | |
| Number of posts: | 9 |
| Latest posts: |
Fibonacci Sequence I have written this code to calculate the nth number in a Fibonacci Sequence. However once I debug t...
Fibonacci code I now have this code
#include <iostream>
using namespace std;
int main()
{
int x, i, j, n, m;
cout ...
Fibonacci code The code now runs fine, but when I press enter a value when I am debugging the window disappears
Fibonacci code @DTSCode
#include <iostream>
using namespace std;
int main()
{
int x, i, j, n, m;
cout <<"Enter the...
Fibonacci code Thanks. The code successfully builds, but when I start debugging and enter a value, it says that th...
|
This user does not accept Private Messages