Question:Given the following string variable declaration, where 3 is an int var myString : String = "These are " + 3 + " lines" The value stored in myString is: 

A These are 3 lines 

B These are lines 

C These are three lines 

D Compilation Error: could not convert int to String 

+ Answer
+ Report
Total Preview: 394

Copyright © 2025. Powered by Intellect Software Ltd