fixed put in order questions
This commit is contained in:
@@ -131,17 +131,14 @@
|
||||
<!-- Select Number -->
|
||||
<section class="formulation">
|
||||
<div class="qtext">
|
||||
<p>
|
||||
Put the three steps needed in a general sense for a computer program
|
||||
to solve the problem in the correct order
|
||||
</p>
|
||||
<p>Put in order the step to create a java program.</p>
|
||||
</div>
|
||||
<div>
|
||||
<div class="inp">
|
||||
<table>
|
||||
<tr>
|
||||
<td class="text">
|
||||
<p>Understand the problem</p>
|
||||
<p>Write java code</p>
|
||||
</td>
|
||||
<td>
|
||||
<select>
|
||||
@@ -154,7 +151,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="text">
|
||||
<p>Carry out the plan and write the actual code</p>
|
||||
<p>Execute the java executable file</p>
|
||||
</td>
|
||||
<td>
|
||||
<select>
|
||||
@@ -168,7 +165,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="text">
|
||||
<p>Create a step-by-step plan for how you'll solve it</p>
|
||||
<p>Compile the java code</p>
|
||||
</td>
|
||||
<td>
|
||||
<select>
|
||||
|
||||
Reference in New Issue
Block a user