static void Main(string[] args) { FourOperations fourOperations = new FourOperations(); fourOperations.Topla(5, 6); fourOperations.Topla(6, 9); }