Write a C and Java program to print the heart star pattern.

Want to impress another geek friend on some special occasion? Here’s the code to print the heart shape:

C


Download  Run Code

Java


Download  Run Code

Output:
Heart star pattern

 
We can also modify the above code to print the heart pattern with the desired text inside.

C


Download  Run Code

Java


Download  Run Code

Output:
print heart star pattern

That’s all about printing a heart star pattern in C and Java.