Answers for "Create a variable of type string and assign it a value"

C++
0

Create a variable of type string and assign it a value

string greeting = "Hello";
Posted by: Guest on October-27-2021

Code answers related to "Create a variable of type string and assign it a value"

Browse Popular Code Answers by Language