✅ Adding a string to a double and then outputting it as a string
if i had
string name = ("Hello");
double number = (2.2);
how would i add these together and output using console.writeline -----> Hello 2.2
help please!
string name = ("Hello");
double number = (2.2);
how would i add these together and output using console.writeline -----> Hello 2.2
help please!