I am using the line:
con.Screen.print("Battery %.2f % full", (Brain.Battery.voltage()/Brain.Battery.capacity())*100);
and I get:
Battery 37.69 full
when I want Battery 37.69% full
I tried searching the forum, but could not find anything.
Please Help
Thanks in advance