ashok


{ City } hyd
< Country > india
* Profession * testing engineer
User No # 68454
Total Questions Posted # 0
Total Answers Posted # 2

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 26
Users Marked my Answers as Wrong # 15
Questions / { ashok }
Questions Answers Category Views Company eMail




Answers / { ashok }

Question { 60788 }

how to write basic programs in VB Script like addition,
multiplication?


Answer

DIM A
A=INPUTBOX("enter a val")
DIM B
B=INPUTBOX("enter b val")
DIM C
DIM D
C=A+B
MSGBOX ("C is" &C)

C=INT (A)+INT (B)
MSGBOX ("C is" &C)

D=A*B
MSGBOX ("d is" &d)

Is This Answer Correct ?    16 Yes 11 No

Question { EA Electronic Arts, 16413 }

If 12=4, 22=10, 32=21 then 42=__?


Answer

12=4 (12/2=6)
6+4=10
22=10 (22/2=11)
11+10=21
32=21 (32/2=16)
16+21=37
then 42="37"
answer is 37

Is This Answer Correct ?    10 Yes 4 No