diff --git a/Alfis-FE5170029/Pseudocode.txt b/Alfis-FE5170029/Pseudocode.txt new file mode 100644 index 0000000..78d0428 --- /dev/null +++ b/Alfis-FE5170029/Pseudocode.txt @@ -0,0 +1,12 @@ +Pseudocode: + +graphql +Copy code +Input jumlah_pasien +for i in range(jumlah_pasien): + Input nama_pasien + Input umur_pasien + Input alamat_pasien + Input penyakit_pasien + Simpan data pasien ke dalam database + Output "Data pasien berhasil disimpan" \ No newline at end of file diff --git a/Alfis-FE5170029/flowchart.png b/Alfis-FE5170029/flowchart.png new file mode 100644 index 0000000..6645457 Binary files /dev/null and b/Alfis-FE5170029/flowchart.png differ