[csharp]Int I
int v= Int32.Parse(textbox1.Text);int r = Int32.Parse(textbox2.Text);
I=v/r;
Textbox2.Text=ToString(I);[/csharp]
aqui le dejo el codigo fuente.
Saludos .
Ley de Ohm en C#
Started by
javsolis3
, Mar 21 2012 07:21 PM
2 replies to this topic