Permalink
Fetching contributors…
Cannot retrieve contributors at this time
5 lines (5 sloc) 111 Bytes
int num1 = 17;
int num2 = 76;
// myString is set to 1776
string myString = num1.ToString() +
num2.ToString();