PreYVin

1
reputation
1
6

using System; using System.Collections.Generic; using System.Linq; using System.text; namespace Csharp_exercises { class program { static.void.main (string []args) { string x= "StackOverflow!" Console.WriteLine ("Hello"+ x); } Console.readline(); { string y= "Programming" Console.WriteLine ("By day I work and by night I learn" +y); } Console.readline(); } } }