Search:

Type: Posts; User: Jreak

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    1,399

    When variables are labeled const, they remain...

    When variables are labeled const, they remain variables yes. Unchanging variables.
    Functions can be labeled const as well.
  2. Replies
    8
    Views
    960

    Heres another solution using if else instead of...

    Heres another solution using if else instead of the while loop to avoid the confusion.


    int main()
    {
    using namespace std;

    int no1, no2;
    char plusminus;
Results 1 to 2 of 2