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
Starr
3 months agoGraciela
3 months agoGary
4 months agoMauricio
4 months agoMari
4 months agoAshton
4 months agoSean
5 months agoSharika
5 months agoKatina
5 months agoMitsue
5 months agoBettina
5 months agoSherita
5 months agoMendy
5 months agoMarla
5 months agoElin
5 months agoSylvia
5 months agoShakira
5 months agoFrance
5 months agoViola
2 years agoJaime
2 years agoArminda
2 years agoRonald
2 years agoTeddy
2 years agoVi
2 years agoDorinda
2 years agoTeddy
2 years agoVi
2 years ago