_ _ _ _ _ s ( 6 ký tự và 1 ký tự đã được cho sẵn )
Clue: It's a food that most children love the most! It's can be sweet, sour, spicy, and much more! It's quite expensive...
*IT'S NOT CANDY!!!*
Hãy nhập câu hỏi của bạn vào đây, nếu là tài khoản VIP, bạn sẽ được ưu tiên trả lời.
uses crt;
var st:string;
i,d:integer;
begin
clrscr;
write('Nhap xau:'); readln(st);
d:=length(st);
writeln('Xau vua nhap la: ',st);
for i:=1 to d do
if st[i] in ['a'..'z'] then upcase(st[i]);
writeln(st);
readln;
end.
sweet
Sai òi