You are on page 1of 1

Nama : Rafiqah Ramadhani

NIM : 42219046
Kelas / Prodi : 1B / D4 TRJT

Tugas 4 : Perulangan
Flowchart 1 Flowchart 2 Flowchart 3

While (C1) do While (C1) do Do P1


{ { P2
While (C1)
P1 P1
{
P2 While (C2) do P3
P3 P1 Continue ;[Break;
If (C2)
} }
}
P1

Flowchart 4 Flowchart 5 Flowchart 6

While (C1) do While (C1) do While (S1) do


If (C2) Then break If While (C2) Then While (S4) do
P3
Else P1
If (S2) Then
P1 P2 If (S3) Then
P2 P2
Else P1

Flowchart 7

If (S1) Then
If (S3) Then
While (S4) do
P1
Else P2
If (S2) Then
P3

You might also like