Computer Science, asked by sumansingh6525, 9 months ago

. How to declare string variable ?
a. Var str-new str()
b. var a=I.T
c. a= str.str
d. var str=“information technology”

Answers

Answered by joshuajampa1607
3

Answer:

Java: String a = "Your text"

python: a = "your text"

            a = Str(a)

Similar questions