Search:

Type: Posts; User: truetrini20

Search: Search took 0.01 seconds.

  1. need help with turning decimals to fractions

    ok so i dont want answers i just need a start.....

    i have to write a program that changes any decimal to a fraction example 0.75 is 3 divided by 4
  2. Replies
    1
    Views
    1,149

    help calculating perfect numbers

    ok so im trying to write a program that calculates the third perfect number but i only reached as far as to calculate if a number is perfect:



    #include <iostream>
    using namespace std;
    int...
  3. Replies
    9
    Views
    3,533

    hey

    thank you sooooo much this really help alot
  4. Replies
    9
    Views
    3,533

    Need help with counting vowels prog

    ok so i have to write a program that counts the # of vowels from the file. my only problem is i know how to get the total but i cant figure out how to get the total number of a/A's, e/E's, and so on....
  5. Replies
    9
    Views
    2,453

    Thanks for the help @ dante and i understand...

    Thanks for the help @ dante and i understand what you're saying @ g4j31a5, all i wanted was a little direction not a full layout but i know @ dante was just trying to help
  6. Replies
    9
    Views
    2,453

    C++problem to solve

    ok im trying to write a c++ program that will determine the square root of 138 without using a calculator or the math library. any suggestions
  7. Replies
    11
    Views
    1,971

    trust me i googled it but i thought there was a...

    trust me i googled it but i thought there was a more important answer
  8. Replies
    4
    Views
    892

    this question is part of an assignment, so i know...

    this question is part of an assignment, so i know i have to fix it so that it runs but im not sure
  9. Replies
    4
    Views
    892

    need help fixing this program

    im trying to run this program but i keep getting the error "the variable 'b' is being used without being initialized". i really need help



    #include<iostream>
    using namespace std;
    int main()...
  10. Replies
    11
    Views
    1,971

    question about C/Cpp

    i was wondering what are the two primary reasons programs are written in C/Cpp?
Results 1 to 10 of 10