diff options
Diffstat (limited to '260/CH1/EX1.6/1_06.sce')
-rw-r--r-- | 260/CH1/EX1.6/1_06.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/260/CH1/EX1.6/1_06.sce b/260/CH1/EX1.6/1_06.sce new file mode 100644 index 000000000..cf402cab5 --- /dev/null +++ b/260/CH1/EX1.6/1_06.sce @@ -0,0 +1,6 @@ +//Example 1.6
+//Pg No. 18
+choice = 'a'
+while choice ~= 'T'
+ choice = input('Type T and press enter to terminate')
+end
\ No newline at end of file |