Interest Calculator

Interest Calculator
This Python program helps you to calculate your interest.It's easy to use.The program will ask you for your inputs to calculate how much you need to pay monthly and how much will be in total to pay yo...
0 Read More

Recursion in JavaScript

Recursion in JavaScript
Recursion is a powerful programming concept and when we fully understand, it can greatly enhance our problem solving skills. Though it can seem intimidating at first, especially for beginners, recursi...
0 Read More

Rangkuman Rust: Data Types

Rangkuman Rust: Data Types
Rust adalah statically typed language, artinya tipe data harus diketahui saat compile time.1. Scalar Types Empat tipe dasar yang menyimpan satu nilai:2. Integer Overflow Di debug mode, Rust akan panic...
0 Read More