}
public string getmessage(string str) {
return "hello world! " + str;
}
public string getmessage(string str1, string str2) {
return "hello world! " + str1 + "&" + str2;
}
}
}
public string getmessage(string str) {
return "hello world! " + str;
}
public string getmessage(string str1, string str2) {
return "hello world! " + str1 + "&" + str2;
}
}