diff options
Diffstat (limited to '3808/CH2/EX2.5/Ex2_5.sce')
-rw-r--r-- | 3808/CH2/EX2.5/Ex2_5.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3808/CH2/EX2.5/Ex2_5.sce b/3808/CH2/EX2.5/Ex2_5.sce new file mode 100644 index 000000000..9437753cb --- /dev/null +++ b/3808/CH2/EX2.5/Ex2_5.sce @@ -0,0 +1,7 @@ +//Chapter 02:Basic Structures: Sets, Functions, Sequences, Sums and Matrices + +clc; +clear; + +str=['abcd'] +disp(length(str),'Length of the string is:') |