Search:

Type: Posts; User: anytime

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    911

    Need help with coding!!!

    i need help with this code.

    when i enter a number i want to see the sequence always give 2 extra number. the two extra numbers are 0 and 1 but i need it to be included

    so if i wanted to see 10...
  2. Replies
    50
    Views
    24,886

    @kyo woow i was close. but i cud of never...

    @kyo
    woow i was close. but i cud of never thought of that. thanks for keep trying to motivate me
  3. Replies
    50
    Views
    24,886

    but the fibonacci sequence is not even coming out...

    but the fibonacci sequence is not even coming out right and i still need the if statement
  4. Replies
    50
    Views
    24,886

    idk i need to start over again. a fresh start....

    idk i need to start over again. a fresh start. can you help me through?
  5. Replies
    50
    Views
    24,886

    i need help its not coming out right

    i need help its not coming out right
  6. Replies
    50
    Views
    24,886

    the sequence is not coming out right

    the sequence is not coming out right
  7. Replies
    50
    Views
    24,886

    how do i write the code for the fibonacci...

    how do i write the code for the fibonacci sequence?
  8. Replies
    50
    Views
    24,886

    how do i make the fibonacci sequence? ...

    how do i make the fibonacci sequence?


    #include <iostream>
    using namespace std;

    int main (int argc, char* argv[])
    {
    int fib1 = 0;
    int fib2 = 1;
  9. Replies
    50
    Views
    24,886

    ima need help. this is not coming out right. ...

    ima need help. this is not coming out right.

    #include <iostream>
    using namespace std;

    int main (int argc, char* argv[])
    {
    int fib1 = 0;
    int fib2 = 1;
    int fib3;
  10. Replies
    50
    Views
    24,886

    this is how far i got. need more help #include...

    this is how far i got. need more help

    #include <iostream>

    using namespace std;

    int main()
    {
    int fib;
    int fib1 = 0;
  11. Replies
    50
    Views
    24,886

    i keep on getting lost. ima need some help. i try...

    i keep on getting lost. ima need some help. i try putting in integers. i dont how to put the fibonacci sequence in code.

    #include <iostream>
    using namespace std;

    int main (int argc, char*...
  12. Replies
    50
    Views
    24,886

    it is suppose to re-ask the question if it is...

    it is suppose to re-ask the question if it is lower than 2
  13. Replies
    50
    Views
    24,886

    i got this far. i dont know how to form the if...

    i got this far. i dont know how to form the if statement and for loop yet.
    \
    #include <iostream>
    using namespace std;

    int main (int argc, char* argv[])
    {
    cout<<"How many numbers would you...
  14. Replies
    50
    Views
    24,886

    i got this far. i dont know how to form the if...

    i got this far. i dont know how to form the if statement and for loop yet.
    \
    #include <iostream>
    using namespace std;

    int main (int argc, char* argv[])
    {
    cout<<"How many numbers would you...
  15. Replies
    50
    Views
    24,886

    i need some more help.im getting lost. im a noob...

    i need some more help.im getting lost. im a noob at this.
  16. Replies
    50
    Views
    24,886

    Fibonacci sequence in c++

    im trying to write a program that will ask the user for "how many numbers in the Fibonacci sequence they would like to see?".

    i need to also check to make sure that the number is at least two...
Results 1 to 16 of 16