C# program to print love symbol

original post

Explanation : Actually here we are printing the ASCII value of 3 . Which gives a love symbol.
you can also print directly by writing the following code.Console.Write((char)3);
For C program to  print love symbol click here
Output:

1 thought on “C# PROGRAM TO PRINT LOVE SYMBOL”

Comments are closed.