Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

Bài 1:

Start

Input a, b;

Tong = a+b

Display
tong

Stop

Bài 2

Start

Input x;

r = x mod 2

yes r=0 no

Display “x is Display “x
even”; is odd”

stop
Bài 3:
Start

Input DiemToan,
DiemVan, DiemAnh;

Tongdiem = DiemToan +
DiemVan + Diem Anh;

Avg = Tongdiem / 3

Bài 5:
start

Input a,b;

yes no
a=0
=0
yes no
b=0

PTVSN PTVN x= a/b

Stop
Bài 4:
Start

Input
a,b,c;

a>b

You might also like