write a vb script to display calculator using case statement?
Answer / mudaseer
a=cint(inputbox("enter the value"))
b=cint(inputbox("enter the value"))
vchoice=inputbox("enter the value")
select case vchoice
case "+" msgbox a+b
case "-" msgbox a-b
case "*" msgbox a*b
case "/" msgbox a/b
case "\" msgbox a\b
case "mod" msgbox a mod b
case "&" msgbox a & b
case "^" msgbox a ^ b
case else msgbox "invalid"
end select
by mudaseer20@gmail.com
| Is This Answer Correct ? | 16 Yes | 2 No |
how to write validation function for date in vb script
Plzzzzzzz can any one tell me which is the best institute in hyderabad for learing VBScript. plz do answer guys its urgent plzzzzzzz. thanks in advance.
what is the difference between modular and data and keyword driven framework
How to write VB Script for selecting a particular row in a WebTable?
Why do we use Option Explicit?
write a vb script to display apple that is 1st a should be displayed then ap then app then appl then apple
what is test scenario?
Hello Guys, If any body looking for "worksoft certify tool training in bangalore", please contact me aimansaud@gmail.com
How to create a cookie using vbscript?
What are the data types supported by vbscript?
give me any information abou vb script books learn quckly
* ** *** Please write a code to get output like above diagram? ple explain as it how the code works?