Search:

Type: Posts; User: noobkiddo

Search: Search took 0.01 seconds.

  1. Replies
    32
    Views
    4,197

    Problem Solved Thx to all the users...

    Problem Solved

    Thx to all the users participated in my post.

    :D
  2. Replies
    32
    Views
    4,197

    nicoqwerty i tried to follow your example but...

    nicoqwerty

    i tried to follow your example but i got 2 errors


    #include <iostream>
    using namespace std;

    struct Carpet {
    float lengthInFeet;
  3. Replies
    32
    Views
    4,197

    will it be the same as your's outcome i mean look...

    will it be the same as your's outcome i mean look a like your's?

    is my problem statement needs a user to type the length and width

    when running the program?
  4. Replies
    32
    Views
    4,197

    now I understand a bit my only concern is ...

    now I understand a bit my only concern is

    what will be the outcome looks?
  5. Replies
    32
    Views
    4,197

    nicoqwertyu according to your example is...

    nicoqwertyu

    according to your example

    is that the format of the answer through my given problem statement?

    or is that what my problem statement will look like, the result?
  6. Replies
    32
    Views
    4,197

    will this work? Carpet myCarpet;...

    will this work?


    Carpet myCarpet;
    myCarpet.lengthInFeet=5.62;
    myCarpet.widthInFeet=2.21;
  7. Replies
    32
    Views
    4,197

    if i follow your example where should i put this:...

    if i follow your example where should i put this:


    float displayArea(float length, float width)
    {
    float area;
    area = length * width;
    return area;
    the computation thingy
  8. Replies
    32
    Views
    4,197

    will this surely work?? i dont want to try...

    will this surely work??

    i dont want to try all over again, my brain is bleeding right now

    even my nose my ears my shoulder my head.. T_T until when do i suffer

    this maybe i should call my...
  9. Replies
    32
    Views
    4,197

    i still don't get it even though i read and...

    i still don't get it even though i read and understands what it says, I'm really really tired to get the correct solution and syntax, I've tried everything still no luck for me, but thanks people for...
  10. Replies
    32
    Views
    4,197

    did the problem statement needs a user to input...

    did the problem statement needs a user to input its length and width??

    im already confused what to do Y_Y
  11. Replies
    32
    Views
    4,197

    yea i got the but in a form of something like...

    yea i got the but in a form of something like this:

    1004F01

    is this the right answer?
  12. Replies
    32
    Views
    4,197

    #include using namespace std; ...

    #include <iostream>

    using namespace std;

    struct Carpet
    {
    float lengthInFeet, widthInFeet;
    };

    float displayArea(float length, float width)
  13. Replies
    32
    Views
    4,197

    #include using namespace std; ...

    #include <iostream>
    using namespace std;

    struct Carpet
    {
    float lengthInFeet, widthInFeet;
    };

    float Area (float l, float w)
    {
  14. Replies
    32
    Views
    4,197

    is my statement correct? #include ...

    is my statement correct?


    #include <stdio.h>
    using namespace std;

    struct Carpet
    {
    float lengthInFeet, widthInFeet;
    };
  15. Replies
    32
    Views
    4,197

    what i mean is how and where do i start answering...

    what i mean is how and where do i start answering the problem statement?

    can anyone create the beginning part and I will try to continue and hopefully finish it.
  16. Replies
    32
    Views
    4,197

    can u site an example of struct and function base...

    can u site an example of struct and function base on my given problem? so that i understand it?
  17. Replies
    32
    Views
    4,197

    Using STRUCT and FUNCTION

    Can anyone know how to answer this problem:

    Create a structure named Carpet that has two public data members: lengthInFeet and widthInFeet. Write a main() function that instantiates a Carpet...
Results 1 to 17 of 17