Okay, this is my freetime works (although there are many task to be done 😛 ). So this is about presence of student in a class. This code was made by me using Java OOP. In this OOP, I made 4 classes: Mhs Class This class is about Student itself. Contain 2 attibutes: name and
Tag: java
Multiplication and Division without ‘*’ and ‘/’ in Java
Okay, so I feel challenged to solve this problem. The problem is how to make program that can calculate multiplication and division without using ‘*’ and ‘/’ as usual. This is about algorithm and math of course. At first, I think about multiplication. It can be calculate using increased looping (number 1 is added by
Continue reading Multiplication and Division without ‘*’ and ‘/’ in Java