Skip navigation.

Smile for life

Khinh vũ phi dương

In ra bảng cửu chương

uses crt;
VAR a,b:Integer;
BEGIN
clrscr;
     a:=1;
               While a <= 10 do
                     Begin
                          b:=1;
                          While b <= 10 do
                                  Begin
                                       Write('  ',a,' x ', b,' = ',a*b);
                                       b:=b+1;
                                  end;
                          a:= a + 1;
                      end;
     readln;
end.

Toán thuật trong PascalMicrosoft Windows Crystal XP V3 2008

Write a comment

You must be logged in to write a comment. If you're not a registered member, please sign up.

December 2009
M T W T F S S
November 2009January 2010
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31