Search:

Type: Posts; User: iluvanimestyle

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    848

    How do i change the input?

    #include <iostream.h>
    #include <conio.h>

    int main()
    {

    double meannumbers;
    double totalmeannumbers = 0;
    double totalamountofnumbers = 0;
    double holder=100;
  2. i just have a few questions what does putting...

    i just have a few questions
    what does putting variables inside the parenthesis in int main mean?
    I did it and it was able to run so whats wrong with my first version?
  3. #include #include using...

    #include <iostream>
    #include <cmath>

    using namespace std;

    int main (void)
    {
    double midpointx;
    double midpointy;
    double x1;
  4. Sorry im really really really really new to C++...

    Sorry im really really really really new to C++ and i've only been learning for 3 days. Could you explain to me in simpler terms please? =\
  5. How do i make output answers into fractions?

    #include <iostream>
    #include <cmath>

    using namespace std;

    int main (double x1 , double y1 , double x2 , double y2)
    {
    double midpointx;
    double midpointy;
    cout << "First...
  6. Replies
    3
    Views
    1,096

    Thanks! i got it to work but now i have another...

    Thanks! i got it to work but now i have another "problem"

    The loop works but is there a command that i can use to clear the command prompt? When the user finishes using it and wants to return to...
  7. Replies
    3
    Views
    1,096

    How to add a Menu?

    #include <iostream>
    #include <cmath>

    using namespace std;

    int main()
    {
    int number;
    double num1;
    double num2;
  8. Problem with compiling this reallly basic code

    #include <iostream>
    #include <fstream>
    #include <cmath>
    using namespace std;

    int main()
    {
    double num1;
    double num2;
    double num3;
Results 1 to 8 of 8