Question posted by Panimasa
Panimasa from CCSU
Questions Posted by Panimasa
1 - 6 of 6
| Bounty | Status | Category | Sub-Category | Question | Due | $1.00 | Closed, closed | Computer Science | Programming Methods |
What is the screen output of the following code segment? Explain the reasoning behind your answer.
What is the screen output of the following code segment? Explain the reasoning behind your answer. Test1 = 70 Test2 = 80 Test3 = 84 NumberOfTests = 3 Average = (Test1 + Test2 + Test3) / NumberOfTes... |
Aug. 23, 2012 | $1.00 | Closed, closed | Computer Science | Programming Methods |
programming
Create a program using a loop that calculates the square of each number (the number raised to the second power) starting with 1 and outputs the square . The program should end when the square is... |
Jul. 27, 2012 | $1.00 | Closed, closed | Computer Science | Programming Methods |
programming
What would be the output of the following expression if the temperature outside is 30 degrees? If temperature >=35 and temperature output “it is cold outside” else output “The weather is... |
Jul. 27, 2012 | $1.00 | Closed, closed | Computer Science | Programming Methods |
programming
In the following statement, which operation is done third?answer = a + b + c * d / e - f A) a+b B) b+c C) e-f D) d/e |
Jul. 27, 2012 | $1.00 | Closed, closed | Computer Science | Programming Methods |
programming
Write a program that creates an array with 10 elements and stores the numbers 1 though 10 in the elements then outputs the array in reverse order (element 10 through 1). Use a looping structure for... |
Jul. 27, 2012 | $1.00 | Closed, closed | Computer Science | General CS |
programming
What will be the value stored in the variable total when the following code completes executing: count = num total = num = 0 For count = 1 to 10 total = total + count endfor A) 10 B) 55... |
Jul. 27, 2012 |
|---|