Fill in the blanks with the imperative form (positive or negative) of these verbs: place (2), clean, eat, make, switch, use, put, leave, keep. How to

Fill in the blanks with the imperative form (positive or negative) of these verbs: place (2), clean, eat, make, switch, use, put, leave, keep. How to set up your computer 1. _______________________________ your computer on a flat table or desk. 2. _______________________________ sure your chair is a comfortable height. 3. _______________________________ a screen to protect … Đọc tiếp

viết chương trình nhập n số tự nhiên và tính tổng các số chẵn hoặc lẻ của n số đó sửa lỗi sai của mình với ạ var i,n,x,S:integer;

viết chương trình nhập n số tự nhiên và tính tổng các số chẵn hoặc lẻ của n số đó sửa lỗi sai của mình với ạ var i,n,x,S:integer; begin writeln(‘nhap so n:’) readln(n); S:=0; for i:=1to n do begin writeln(‘nhap so’,i); readln(x);end; for i:=to n do begin if x mod 2=0 then S:=S+x else … Đọc tiếp