Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
¿Cuál es la manera correcta de declarar e inicializar una variable String?
String = "Jason";
string Nombre = "Jason";
String nombre = "Jason";
string nombre = "Jason";
String nombre = 'Jason';
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!