KC

Làm giúp mình câu này đi ;-;

ML
30 tháng 11 2021 lúc 17:58

Program HOC24;

var m,n: integer;

Begin

write('Nhap m:'); readln(m);

write('Nhap n:'); readln(n);

if m mod n=0 then write(m/n:6:2);

if n mod n=0 then write(n/m:6:2);

if (m mod n=0) or (n mod m=0) then write(m+n);

readln

end.

Bình luận (0)

Các câu hỏi tương tự
LC
Xem chi tiết
KC
Xem chi tiết
LC
Xem chi tiết
GF
Xem chi tiết
GF
Xem chi tiết
L1
Xem chi tiết
LC
Xem chi tiết
DA
Xem chi tiết
AT
Xem chi tiết