num1=CInt(InputBox("Enter 1st Number "))num2=CInt(InputBox("Enter 2nd Number "))Ifnum2=0ThenMsgBox"Denominator should be greater than 0 for Division(Ans=Infinity)"ElseMsgBox"Addition: "&num1+num2&vbCrLf&"Subtraction: "&num1-num2&vbCrLf&"Multiplication: "&num1*num2&vbCrLf&"Division: "&num1/num2EndIf
Dear User, Thank you for visitng KodingWindow. If you are interested in technical articles, latest technologies, and our journey further, please follow us on LinkedIn.