Coding Articles

  • April 6, 2022

if else Statements in C++ | Part 1

Video Task 1 Write a program that Accepts a character from user and checks if it is a lower case or not.

Read More
  • April 3, 2022

Abstract classes in C#

Related Video Code for the Scenario discussed in Video Rectangle and Square class are Derived classesShape class is Base class which is

Read More
  • March 30, 2022

Convert Speech To Text using Python

Packages Needed: To Convert Speech to Text using Python with Existing Libraries, We need to have following packages installed SpeechRecognition, pipwin, pyaudio.

Read More
  • March 30, 2022

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

Task 3: Write a Program to find our area of triangle when three sides a,b,c are given.The value of a, b and

Read More
  • March 30, 2022

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

Let’s Do Some More Tasks in C++ To Practice input output statements (cin/cout) in C++. You May also want to Check Part

Read More
  • March 30, 2022

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

Let’s Do Some More Tasks in C++ To Practice input output statements (cin/cout) in C++. You May also want to Check Part

Read More
  • March 30, 2022

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

Let’s Do Some More Tasks in C++ To Practice input output statements (cin/cout) in C++. You May also want to Check Part

Read More
  • 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