00:01
So in this question, using fall loops we have to write a script that will print the following multiplication table, that is this table.
00:12
Right? so this is, first is clear all.
00:15
For this we will be writing clearing the existing data in workspace.
00:22
Clc, person cleaning screen.
00:27
Now for i equals to 1 to 5, person first loop controlling row number.
00:34
For j equals to 1 to i, f print f in the bracket term, we write f, end, then f print, that is break line, end.
00:53
So first is clearing the existing data in workspace.
00:56
So these commands are just written to understanding purpose...