Given the following variables assignments:

What will the output of the following conditional be: outputX = If(CInt(doubleX+Cdbl(intX) +CDbl(stringX))> 38.30, 1, 0)
The conditional statement attempts to convert all variables to Double and then adds them up to compare against 38.30. However, the string '9.1' cannot be directly converted to a Double with CDbl because it is not in a correct format that can be recognized as a number (it might be due to the fact that it's a string with a comma instead of a period for a decimal point, depending on the culture settings of the system). This will cause a runtime error during the execution of the conditional statement.Reference:
Microsoft Visual Basic Guide: Type Conversion Functions
Sharika
5 months agoCrissy
5 months agoGerald
5 months agoBuddy
6 months agoKindra
6 months agoLouisa
6 months agoLaurena
6 months agoTeri
7 months agoCarmen
7 months agoJame
7 months agoMozell
7 months agoAdelle
7 months agoHoward
8 months agoCarri
8 months agoLinwood
8 months agoLorean
8 months agoKelvin
9 months agoBo
8 months agoGeoffrey
9 months agoAdolph
10 months agoTom
10 months agoErick
8 months agoParis
8 months ago