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
4 months agoCrissy
4 months agoGerald
4 months agoBuddy
4 months agoKindra
4 months agoLouisa
5 months agoLaurena
5 months agoTeri
5 months agoCarmen
5 months agoJame
5 months agoMozell
6 months agoAdelle
6 months agoHoward
6 months agoCarri
6 months agoLinwood
7 months agoLorean
7 months agoKelvin
8 months agoBo
7 months agoGeoffrey
8 months agoAdolph
8 months agoTom
8 months agoErick
7 months agoParis
7 months ago