Search:

Type: Posts; User: Lyanette

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,691

    A guessing game

    I have an assignment to write a number guessing game. That I think I can do, but there's a catch. The assignment reads..

    With each good guess out of 10 the player should be able to eliminate...
  2. Replies
    9
    Views
    1,357

    but i can't figure out the mirror images

    1st what is a signature virus---there's one attached to one of the replies

    sometimes i think it's where i place my parenthese.

    should i use a space and a * loop. when i do that it prints...
  3. Replies
    9
    Views
    1,357

    for statements

    I know I don't need this many for statement but I can't figure out how they should be combined.


    main()

    {

    cout<<"\n\n\n";
    cout<< "*";
    cout<<"\n";
  4. This program is suppose to allow the user to...

    This program is suppose to allow the user to chose the services that apply. Then services choosen and amts are to be displayed along with a total of the services.
  5. Totally and output chosen array fields or switch case total and output

    How do I output only the array fields chosen 8.00 and/or 11.00 etc.. and the cooresponding service names

    if I use a switch statement how do I ouput total the case amts chosen




    void main...
  6. Replies
    5
    Views
    1,152

    This is not the first time I've been told this...

    This is not the first time I've been told this but what are code tags.

    Please!!!! provide an example


    Lynn
  7. Replies
    5
    Views
    1,152

    problems getting output with int and switch

    #include <iostream.h>
    #include <iomanip.h>

    int main ()

    {

    int inch;
    int extop;
    int costtop;
  8. Replies
    4
    Views
    1,949

    float; double; int

    I can not enter dollar amounts with decimals at chk amt. I can't use float or double chk[SIZE] instead of int chk[SIZE]. What can I do?

    #include <iostream.h>
    #include <math.h>
    #include...
  9. Specifying a particular number in a string

    I am new at this!!!


    I am trying to write a program that converts binary to decimal. My thought is to manipulate the power of 2 with a counter starting at zero. Then use the power function to...
Results 1 to 9 of 9