Skip Navigation

Posts
18
Comments
286
Joined
9 mo. ago

But still the sunken stars appear In dark and windless Mirrormere; There lies his crown in water deep, Till Durin wakes again from sleep.

  • This is amazing(ly curious)! I put in a letter, the program went into an infinite loop and my chassi fans sped up like crazy.

  • Checking it out now. Thanks!

  • Thanks! I really appreciate the more advanced steps too! Now I have something to do next weekend! :D

  • Looking into it now! Thanks! :)

  • Signing off now, but I did have the strength left to do this:

     
        
    else if (choice == 4) {
                            if (num2 == 0) printf("\nhttps://en.wikipedia.org/wiki/Division_by_zero\n\n");
                            else {
                            memory = num1 / num2;
                            printf("\nThe quotient of %d and %d is %d\n\n", num1, num2, memory);
                            }
                    }
    
      

    Cheers!

  • Thank you! I really appreciate your guidance! It almost feels like you could have experience from teaching or the likes, since you are so good at explaining! Or maybe that just comes with being a senior SE? Either way, thanks again!