would appreciate it if you could register and go put the response at www.asohk.forummotion.com and there 're more problems on the site.*Visual basic integrated development environmnet consists of some element.mention and explain briefly any 5.
*identify a suitable control for each of the following opeartions in VB programming language
1.performing section 2. displaying a text 3.entering text 4. presenting choices to users 5.linking visual basic to a database
*1.inputs:staff name,staff number,basic salary
Processin; transallowance=8% of basic salary,medallowancw=5% of basic salary,gross salary= basic salary+transallownace+medallowance,Tax=3% of basic salary,Net salary= gross+tax
output: staff name,staff number,tax and net salary
2. write a VB program to find the average of even numbers from 1 to 100 using firstly,if, then and secondly,for, next loop