Which of the following is a correct way to declare a string in C#?
Anonymous (not verified)
Subject
Correct answer position
1
Answer option 1
string s = "Hello";
Answer option 2
String s = 'Hello';
Answer option 3
str s = "Hello";
English