Search:

Type: Posts; User: Surfndog

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    984

    Need advice on how to fix

    Ok so i am building a beginners program, to have a user input the center of a circle and then a point and find the radius, diameter, area, and circumference. I am suppose to use predefined functions...
  2. Replies
    3
    Views
    1,256

    Need Extensive help

    Ok, I am sorry but this is a beginners program and I need serious help. First of all I am trying to use User-Defined function I. I am trying to find the radius, diameter, circumference, and area of...
  3. Replies
    4
    Views
    1,101

    Need quick help

    I need to create an error message when a number is divided by 0. How would i go about doing that


    #include <iostream>
    using namespace std;

    int main ()
    {
    // Variable Declarations
    int...
  4. Replies
    3
    Views
    1,988

    Can't figure out what is wrong with this

    I am trying to design an algorithm for a simple calculator function. But everytime i enter in a symbol to have it perform an operation it always adds. Also, the while loop never terminates even...
Results 1 to 4 of 4