YOMEDIA

Lê Anh Khoa's Profile

Lê Anh Khoa

Lê Anh Khoa

19/10/2004

Số câu hỏi 0
Số câu trả lời 6
Điểm 42
Kết bạn

Bạn bè (0)

Hoạt động gần đây (6)

  • Lê Anh Khoa đã trả lời trong câu hỏi: Sửa lỗi bài viết Cách đây 3 năm

    "I wrote this letter to introduce me" sẽ hay hơn nha.

    "You are Lyly's friend, right?" Ko biết giải thik s. 

    "She introduced you to me" thì j đó lạ lạ đổi thành thì quá khứ đơn nha.

    "How are you been" thì hơi sai nên có thể đổi thành là "How is going" hoặc là "How are you" là đc rồi.

    "And Finally" trở đi thì có thể đổi thành là "Finally, feel free to contact me via email, it's ...@gmail.com, beside, you can contact me with my phone number: blah blah blah".

    "Hope to hear you soon" sẽ đúng hoặc có thể là "Hope to see your letter".

    Lyly's friend nha, thêm ' vào là đc 

    Chúc học tốt.

     

  • His father told him that he should always wear his helmet when riding  his motorbike

  • Lê Anh Khoa đã trả lời trong câu hỏi: Write the correct tensen or from of the verbs in brackest Cách đây 3 năm

    1.causes

    2.are manage to escape

    3.will arrive

    Done !

  • uses crt;

    var sd,sa,n,i: integer;

    Dayso: array [1..2000] of integer;

    begin

    clrscr;

    write('Do dai day so: '); readln(n);

    for i:=1 to n do

    begin

    write('Dayso[',i,']= '); readln(Dayso[i]);

    end;

    sd:=0;

    sa:=0;

    for i:=1 to n do

    begin

    if Dayso[i]>0 then sd:=sd+1;

    if Dayso[i]<0 then sa:=sa+1;

    end;

    writeln('Co ',sd,' so duong');

    writeln('Co ',sa,' so am');

    readln;

    end.

    Xong, đơn giản lắm hihi

  • var a: array[1..10] of integer;

    i,n,j,tg : integer;

    begin

    write('n='); readln(n);

    writeln('Nhap gia tri cua cac phan tu');

    for i:= 1 to n do

    begin

    write('a[',i,']='); readln(a[i]);

    end;

    for i:= 1 to n-1 do

    for j:=1 to n do

    if a[i]>a[j] then

    begin

    tg:=a[i];

    a[i]:=a[j];

    a[j]:=tg;

    end;

    writeln('Mang sau khi sap xep theo thu tu tang dan la :');

    for i:= 1 to n do write(a[i]:6);

    readln

    end. 

    Xong rùi

  • Lê Anh Khoa đã trả lời trong câu hỏi: Viết chương trình nhập vào dãy số nguyên N(-3270 Cách đây 3 năm

    uses crt;]var i: integer;

    N: array [1..100] of integer; {số 100 này bạn đổi được nha, tùy bạn}

    begin

       clrscr;

       write('Nhap do dai cua day so N: '); readln(N);

       for i:=1 to N do

          begin 

             write('N[',i,']: ');

             readln(N[i]);

          end;

       for i:=1 to N do

          writeln('N[',i,']= ',N[i]);

       readln;

    end.

    Xong rùi đó, nhớ chấm đúng nha =))

Không có Điểm thưởng gần đây

AANETWORK
 

 

AANETWORK
OFF