Search:

Type: Posts; User: jill

Search: Search took 0.00 seconds.

  1. Thread: Do I need a LOOP?

    by jill
    Replies
    7
    Views
    1,367

    I need

    I guess one that the person can stop either would be fine. Thank you for answering me. I can say I have a new friend, Brown drake:o) Am getting this programming. Thank you sooo much.
  2. Thread: Do I need a LOOP?

    by jill
    Replies
    7
    Views
    1,367

    Do I need a LOOP?

    I've written this very simple program that Will raise a series of intreger values the nth power. And it has to have the ouput as I have written it"2 Raised to the Power=8. This will run believe I...
  3. Replies
    2
    Views
    967

    hello

    Thanks I did say C++Visual Basic 6.0 that what the school has Thank you for your help I appreciate it.
  4. Replies
    2
    Views
    967

    Error message please help

    #include<iostream.h>
    void main(void)
    {
    int paint[11],
    j,
    total,
    average,
    max,min,
    less_50,
    greater_50,
  5. Replies
    5
    Views
    1,735

    exterior/interior to Brown Drake

    Yes I did catch some of my earlier mistakes today. Ok here goes
    There is a list of prices;
    Exterior Interior
    1 to3 =16.75 16.26
    4 to7 =15.85 15.10

    this...
  6. Replies
    5
    Views
    1,735

    Please alittle help-- if/else

    I've written this program a few different ways but it is not seeing the function in C++6.0.

    I need to have the program identify when I have;
    exterior(1),interior(2);
    ...
  7. Replies
    1
    Views
    1,472

    if/else statement C++ first time

    Price per gallon. Am a beginner in C++6.0 Just starting to learn.
    Exterior Interior
    1 to 3 Price = 16.75 Price is 16.26
    ...
  8. Thread: Try again

    by jill
    Replies
    1
    Views
    1,028

    Try again

    VisualC++6.0
    This is for a Calculate the area of a circle given the diameter.

    Ok this is what I have so far;
    #include<math.h>
    voidmain(void)
    {
    pie,diameter,areais,sqrt(2);
    ...
  9. Thread: Programming PI

    by jill
    Replies
    3
    Views
    1,267

    Programming PI

    VisualC++6.0
    This is for a Calculate the area of a circle given the diameter.

    Ok this is what I have so far;
    #include<math.h>
    voidmain(void)
    {
    pie,diameter,areais,sqrt(2);

    cout<<"Enter Pie...
Results 1 to 9 of 9