Problem Solving and Programming Concepts
Adam Merrifield (2697795).
Chapter 8 Review Questions: pg 347
- b. descending
- a. ascending
- c. use numeric values when making comparisons 4 .b. temp = x
ini_set('display_errors',1); | |
error_reporting(E_ALL); |
#!/usr/bin/php -q | |
<?php | |
/* | |
Problem Solving and Programming Concepts | |
Adam Merrifield (2697795). | |
Guess the Numbers |
#!/usr/bin/php -q | |
<?php | |
/* | |
Problem Solving and Programming Concepts | |
Adam Merrifield (2697795). | |
Billy Goat Fast Food |
Problem Solving and Programming Concepts
Adam Merrifield (2697795).
Chapter 8 Review Questions: pg 347
<div style="background-color: rgb(238, 238, 238); border: 1px solid rgb(221, 221, 221); margin-bottom: 2em; padding: 0; width:100%; overflow:auto"><pre style="background:transparent;border-style:none;padding:0.5em 1em;margin:0;">Your Script | |
That Requires | |
pre-determined | |
fomatting</pre></div> |
<div class="sd-scroll-box"><pre>Your Script | |
That Requires | |
pre-determined | |
fomatting</pre></div> |
/** | |
* Script for myStack | |
* | |
* A super awesome stack of awesomeness | |
* http://some.url/mystack | |
* | |
* Licensed under the GPL 2 | |
* Copyright 2013 Adam Merrifield | |
*/ |
Problem Solving and Programming Concepts
Adam Merrifield (2697795).
Chapter 9 Review Questions: pg 397
Problem Solving and Programming Concepts | |
Adam Merrifield (2697795). | |
Chapter 8 Assignment: pg 350 3a | |
3. a. Professor Zak allows students to drop the two lowest scores on the 10 | |
100-point quizzes she gives during the semester. Design an application that | |
accepts a student name and 10 quiz scores. Output the student’s name and | |
total points for the student’s eight highest-scoring quizzes. |
Problem Solving and Programming Concepts | |
Adam Merrifield (2697795). | |
Chapter 9 Assignment | |
################################ | |
start |