harish reddy

harish reddy

  • NA
  • 162
  • 30.4k

Method error while compiling

Jan 31 2018 2:58 AM
Sir,
 
I am not getting output for this. Pls explain why?
 
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApplication7
{
class Program
{
static void Main()
{
Printlogo();
}
static void Printlogo(string logo)
{
Console.WriteLine(logo);
}
}
}
 

Answers (9)