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