Modulus : Reversing the Value (Membalik Nilai)
For the process as follows :
void balik::proses(){
a = nilai / 1000;
b = nilai % 1000;
c = b / 100;
d = b % 100;
e = d / 10;
f = d % 10;
}
The final step adapted to living calling purposes only. In order not curious please download the program at here
Jadilah yang pertama mengomentari
Post a Comment