0
Guys im creating a calculator. How can is use the " ." Button ? What is the right way please help me
3 Antworten
+ 1
just for 0 i wrote it . and it is
if (textBox.text=="0")
{
textBox.text= "0"+".";
}
0
Can you post your code?
0
i havent written a code for the "." yet