Answer to Question #3299 in C# for Ram Awatar yadav

Question #3299
I want to print * in following manner

* *
* *
* *
* *
* *
* *
* *
1
Expert's answer
2011-07-04T09:42:18-0400
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!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS