GTU Practical 5
GTU Practical No: 5
Write C# code to display the asterisk pattern as shown below:
*****
*****
*****
*****
*****
CODE:
Click Here
OUTPUT:
*****
*****
*****
*****
*****
Write C# code to display the asterisk pattern as shown below:
*****
*****
*****
*****
*****
CODE:
Click Here
OUTPUT:
*****
*****
*****
*****
*****
0 Comments