Print Name inside a Heart Shape in C++
I have written a code in C++ in which i have drawn a heart of hearts characters and printed name inside it
Read MoreDraw Hexagon Shape using C++
Below is the code to draw hexagon shape in C++. Hexagon is a shape having 6 sides. Code: Output:
Read MorePrint ALLAH in Heart Shape in C++
Drawing Different Shapes is an interesting task and it helps in learning nested loops too. But Drawing boring and most used shapes
Read MoreVoting Management System in C++ using File Handling
Voting management system is most demanded management system in C++ among students because this covers logic , syntax and thinking capabilities… I
Read More