Answer to Question #3299 in C# for Ram Awatar yadav
I want to print * in following manner
* *
* *
* *
* *
* *
* *
* *
1
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!
Learn more about our help with Assignments:
C#
Comments
Leave a comment