Adroid apk has assigned values to %d. Changing it to 20%d only outputs 20 before the assigned value. how can I add 20 to %d so output is sum of the 2

32 views Asked by At

For example Coins %d

Jus to change the number to be displayed in app such %d + 20 = 30 when %d is 10. And not 20%d which just gives out 2010 when %d is 10

0

There are 0 answers