Skip to content

tnnz20/mini_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Mini Project Quadratic Equation

  1. Memahami Problem

  2. Membuat Formula / Algoritma

    • Input => Proses => Output
    • Membuat Algoritma Pemprograman menghitung quadratic equation menggunakan rumus $\frac{-b\pm\sqrt{b^2-4ac}}{2a}$
  3. Implementasi dengan koding

    • Pilih bahasa pemprograman yang ingin digunakan
      1. Javascripts
      2. Python
      3. PHP
      4. Java
    • Lalu buat program berikut
      1. Input a, b, dan c pada koding, output ke screen.
      2. Input a, b, dan c pada koding, output ke screen.
      3. Input dari file (input dari file.txt) output ke screen.
      4. Input dari Database (boleh menggunakan JSON) ke screen.

About

๐Ÿ” Prerequisites for my Skripsi

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages