/*Name and Surname: Nontsikelelo Sewelo
Student number: 2024983666
Practical #
Date: 19 February 2024 */
using System;
public class Program
{
public static void Main()
Console.WriteLine("Hello World");
Console.Write("Tshego is in the house!");
}