Question #3299

I want to print * in following manner

* *
* *
* *
* *
* *
* *
* *

Expert's answer

public static void Main(string[] args) { Console.WriteLine("* *");
Console.WriteLine(" * * ");
Console.WriteLine("* *");
Console.WriteLine(" * * ");
Console.WriteLine("* *");
Console.WriteLine(" * * ");
Console.WriteLine("* *");
};

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS