Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/lab/exp2/simulation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
<p class="instruction">3. The defined functions are shown in the middle window.</p>
<p class="instruction">4. Now make appropriate function calls in the main program to compute the area of the figure displayed.</p>
<p class="instruction">5. Press execute to execute the code and see the output.</p>
</div><!-- end of instructions -->
<p><b>NOTE : INPUT CAN BE FRACTION ALSO.</b></p>
</div><!-- end of instructions -->
<div class="questionBlock hide" id = 'questionSquare'>
<div class="questionText">1. Enter number of arguments :</div>
<div class="radioButtonHolder"><input type="radio" class="radiobutton" name="radio_group1" value="1"><label class="radioText" >1</label></div>
Expand Down