Search:

Type: Posts; User: 123456tacos

Search: Search took 0.01 seconds.

  1. Replies
    14
    Views
    5,913

    ok thanks and i got the code part cout

    ok thanks and i got the code part
    cout << setiosflags( ios::fixed | ios::showpoint ) im just asking where should i place it and do i have to
    setprecision( 2 ) for every result or just one?
  2. Replies
    14
    Views
    5,913

    Oh and where should i put setprecision( 2 )

    Oh and where should i put
    setprecision( 2 )
  3. Replies
    14
    Views
    5,913

    Ok i got it working but its giving me the wrong...

    Ok i got it working but its giving me the wrong answer For example if i enter product 2 and sold 2 i get $2.50
  4. Replies
    14
    Views
    5,913

    Ok this is my revised code i get a error saying...

    Ok this is my revised code i get a error saying that QuantitySold cant be used as a function and sorry about not spacing my code in the OP



    #include<iostream>
    #include <iomanip.h>
    using...
  5. Replies
    14
    Views
    5,913

    C++ Swiches Help

    I need help with with my hw. The code bellow is what i have so far but i still need to this part which i cant figure out .


    >>>>>If the quantity sold for the product is over 10, then 10% off is...
Results 1 to 5 of 5