android - How to show this -


i have question. want make app mind reader. first want give 1 100 number , ask user think in mind number.on next want display 1 50 , 2 button yes,no. when click on yes shows 1 25 , on no shows 50 75 , on.

use biginteger , bigdecimal instead of int , decimal

biginteger a=new biginteger(valuea); biginteger b=new biginteger(valueb); biginteger c=a.multiply(b); 

Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

python - Error: Unresolved reference 'selenium' What is the reason? -

asp.net ajax - Jquery scroll to element just goes to top of page -