Harrypotter_fan
Panel of Selectors
A caluclator like The windows one is advanced
No, its not like thatKshitiz_Indian said:I dont really think so ....
Foir example, for it make all different buttons for different operations.
Then Dim a as string
Dim c as string
Dim b as string
Private sub button1_............
c = a + b
.....
answer.text = c
Wouldnt that be enough ?
Kshitiz_Indian said:Good work colin
Thats the type i was talking about.
Though i dunno how can one include roots in it
Kshitiz_Indian said:Ok
maybe we can do it by linear equations ? lol
like
dim x as integer
a = x*x 'a is the integer whose root we want to find out.
then we somewhow solve this equation ? Or maybe,
we'll have to write the algorithm
the way we find roots
something like a loop LOL i cant explain it here