what is string and bool
-
what is string and what is bool. the ex5. says "cannot implicitly convert 'string' to 'bool'. please help this new bee.
-
@johnsonkay Bool variables are logic variables whereas string variables are for texts or combinations of numbers and texts. A boolean variable can adopt two possible values only: true / false. However, a string variable can adopt values like 254kgjh or xxxxxx, for example.