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
<div class="sd-scroll-box"><pre>Your Script | |
That Requires | |
pre-determined | |
fomatting</pre></div> |
<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> |
Problem Solving and Programming Concepts
Adam Merrifield (2697795).
Chapter 8 Review Questions: pg 347
#!/usr/bin/php -q | |
<?php | |
/* | |
Problem Solving and Programming Concepts | |
Adam Merrifield (2697795). | |
Billy Goat Fast Food |
#!/usr/bin/php -q | |
<?php | |
/* | |
Problem Solving and Programming Concepts | |
Adam Merrifield (2697795). | |
Guess the Numbers |
ini_set('display_errors',1); | |
error_reporting(E_ALL); |
/* Responsive Edit Mode Hack courtesy of Joe Workman <joeworkman.net> */ | |
%[if edit]% | |
#%id% img[src*="YHStacksKit.framework/Resources/down_arrow.png"]{ width:auto !important; } | |
%[endif]% |
<li>$1</li> |
>>\s{4}([^<]*)\s{4}<<[^>]* |
// Open Grid | |
echo '<div class="seydoggyGrid">'; | |
// Open Column | |
echo '<div class="column two"><div class="content">'; | |
// Open Content | |
echo '<h2>Column 1</h2>'; | |
echo '<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Proin venenatis risus dictum mi. Etiam ullamcorper. Mauris justo. Fusce nibh quam, imperdiet at, nonummy.</p>'; |