Search:

Type: Posts; User: jrice528

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    2,155

    these are the requirements of the getJudgeData...

    these are the requirements of the getJudgeData function:

    Design and implement a function void getJudgeData() that asks the user for a judge's score, stores it in a reference parameter variable,...
  2. Replies
    4
    Views
    2,155

    Yeah the double calc function i am not working on...

    Yeah the double calc function i am not working on atthe moment, mainly on the getJudgeData heres the stat.h file.

    What i want to do is use the stat class to keep track of the 5 judges scores. I...
  3. Replies
    4
    Views
    2,155

    Pass by reference

    Ok, I am really stuck, and need major help. Ths assignment i am working on is as follows:

    Its american idol. Design a function getJudgeData that asks the user for a judge's score, stores it in a...
  4. Thread: looping

    by jrice528
    Replies
    2
    Views
    1,433

    looping

    Trying to make a program with binary numbers that turn into decimals. i got the first digit, but am stuck trying to isolate to second digit to turn into dec. any help?








    #include...
  5. Replies
    4
    Views
    1,702

    I have it to where I can enter my int. What...

    I have it to where I can enter my int.

    What kind of statement would I use to, take that digit, and to check to see if it is <2, then give it a power to turn it into decimal form.
  6. Replies
    4
    Views
    1,702

    Help with digits

    Write a program that reads in an unsigned integer containing only 0s and 1s (i.e. a "binary" integer) and outputs its decimal equivalent. Use the modulus and division operators to pick off the...
Results 1 to 6 of 6