i have one doubt
let a is an integer variable, i can assign it as 0x5a5a5a it will print the decimal on console.
and b is an integer variable , i can assign it 90. it will also print 90 on console.
in that a is assigned by hex decimal so i want to divide hex decimal like 5a,5a ,5a
and it will display on console 90,90,90
is it possible