C#C
C#2y ago
Ewan

✅ 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!
Was this page helpful?