Search:

Type: Posts; User: SMAlvarez

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,046

    array problem

    I need help fixing a problem with an array.

    The code is as follows:


    #include <iostream>
    using namespace std;

    int max(int a[]) {
    int maximum = a[0];
  2. Replies
    4
    Views
    4,477

    how would I get 1/8 of a inch though?

    how would I get 1/8 of a inch though?
  3. Replies
    2
    Views
    1,306

    fibonacci problem

    Ok so I coded the following:


    #include <iostream>
    using namespace std;

    int main()
    {
    int days, endday, pounds;
    cout << "Please enter in the amount of pounds: ";
  4. Replies
    4
    Views
    4,477

    Weight/height Problem

    Well the whole problem goes as such:



    Ok so I have the following for the hatsize method:


    double HatSize(double weight, double height)
    {
Results 1 to 4 of 4