Re: [Tutor] Advanced Calculator Program...

2005-02-19 Thread Danny Yoo
> > I want to make caculator program which enables me to enter 2numbers > > and mathsmatics sign and calculates it. I think this is too difficult > > for newbie like me... > > > > Please input data > > > > Number1: > > Mathsmetics Sign: > > Number2: > > > > (Number1) (Sign) (Number2) = (Result) >

Re: [Tutor] Advanced Calculator Program...

2005-02-19 Thread Brian van den Broek
. Sm0kin'_Bull said unto the world upon 2005-02-19 16:15: I want to make caculator program which enables me to enter 2numbers and mathsmatics sign and calculates it. I think this is too difficult for newbie like me... Please input data Number1: Mathsmetics Sign: Number2: (Number1) (Sign) (Number2)

Re: [Tutor] Advanced Calculator Program...

2005-02-19 Thread Gregor Lingl
. Sm0kin'_Bull schrieb: I want to make caculator program which enables me to enter 2numbers and mathsmatics sign and calculates it. I think this is too difficult for newbie like me... Please input data Number1: Mathsmetics Sign: Number2: (Number1) (Sign) (Number2) = (Result) I wrote this but, Erro

[Tutor] Advanced Calculator Program...

2005-02-19 Thread . Sm0kin'_Bull
I want to make caculator program which enables me to enter 2numbers and mathsmatics sign and calculates it. I think this is too difficult for newbie like me... Please input data Number1: Mathsmetics Sign: Number2: (Number1) (Sign) (Number2) = (Result) I wrote this but, Error occurs print "Please in