Ex 5.1
Ex 5.2
Ex 5.3
a) Loop ...
Back Exercise Part A
A loop which has a control over entry in the loop in the form of test conditions is called an ...
Decision Tree Y is Yes and N is No ...
Endless loops are loops which don't terminate for the condition never becomes False. They occur because the variable in the ...
The 'pass' statement ...
Back Exercise Part B
20 times ...
Ans : ...
Errors are ...
Back Exercise Part C
# Code ...
# Code ...
a = ...
l = ...
17. Write a program using nested loops to produce a rectangle of *’s with 6 rows and 20 *’s per row.
# Output ...
a, b, ...
# Code ...