• March 30, 2022

C++ Input Output Statements (cout/cin) Practice 1

Task 1 & Task 2 Task 1: Write a program that prints a text of 4 lines consisting of characters , integer

Read More
  • March 30, 2022

Calculator using 7 Different ways in C++

In this Article I have Provided Code of Calculator in C++ using 7 Different Methods using Switch case using if else using

Read More
  • March 29, 2022

Calculator using Switch Case in C++

Related Video Code: Output:

Read More
  • March 29, 2022

Print Star Shape in C++

Here is code of Printing Star Shape in C++ using Staric (*) Character. Code: Output:

Read More
  • March 29, 2022

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 More
  • March 29, 2022

Simple Rectangle Shape in C++

Code: Output:

Read More
  • March 29, 2022

Paramid Shape in C++

Code: Output:

Read More
  • March 29, 2022

Unique Triangle Shape in C++

Output: Code:

Read More
  • March 29, 2022

Draw Empty Diamond in C++

Code: Output:

Read More