
Analisis Flowchart :
Input : Memasukkan 4 buah inputan (x1, y1) dan (x2, y2).
Proses : Memproses 4 buah inputan untuk mencari titik tengah.
Output : Menampilkan hasil dari proses yaitu berupa (x,y)
Deklasari Flowchart :
x1, y1, x2, y2 : integer (output)
x, y : integer (outp...