English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I was assigned a vb project in which the interface of the programme should prompt pupils to do simple multiplication operations. However, I'm free to add some additional features to the interface. Thus, I'd like you provided me with some ideas.

2007-01-03 00:12:39 · 3 answers · asked by I don't get it! 1 in Computers & Internet Programming & Design

3 answers

add a "paper tape" feature that shows the last few (10 or so) calculations made. (just like an adding machine)

how about a cut and paste feature for the calculation result?

How about converting the result or any number entered into the calculator to hexadecimal or binary?

hope this helps.
tc

2007-01-03 00:53:45 · answer #1 · answered by timc_fla 5 · 0 0

you should nest the For - next loops to get this performed properly. There are quite a few logical common techniques to get this performed right this is one answer that works: inner maximum Sub cmdCompute_Click() Dim Base As Integer Dim Exp As Integer Dim Sum As Integer Dim ctr As Integer Base = Val(Me.txtBase.text textile) Exp = Val(Me.txtExp.text textile) If Exp < 0 Then MsgBox "Can settle for beneficial numbers in basic terms" ElseIf Base < 0 Then MsgBox "Can settle for beneficial numbers in basic terms" Else Sum = 0 For i = Exp to a million Step -a million potential = Base For ctr = (i - a million) to a million Step -a million potential = potential * Base next ctr Sum = Sum + potential potential = 0 next i end If Me.lblSum.Caption = Str(Sum) end Sub

2016-11-26 00:25:36 · answer #2 · answered by ? 4 · 0 0

Well you could have:
. counters for the number correct or wrong
. levels with less and less time for a response
. user selectable maximums
. present a review of incorrect answers
. "happy face" or "sad" face response
. a "lightning" round
Thats a start. You're welcome.

2007-01-03 00:58:11 · answer #3 · answered by Karnak 3 · 0 0

fedest.com, questions and answers