fixed put in order questions

This commit is contained in:
yoannchb-pro
2023-06-20 21:17:58 -04:00
parent 46b4ebb7b7
commit 4d18aaf1b2
5 changed files with 21 additions and 22 deletions
+4 -7
View File
@@ -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>