Calculator Program in Python using while loop Menu-driven calculator program: According to the input, it will perform addition, subtraction, multiplication, and division of two numbers. …
Calculator program in C using Switch Case [New] In this Calculator program in C using a switch case, we will perform arithmetic operations (i.e., addition, subtraction, multiplication, and divisio…
Python Program to Check Even or Odd In this program, we are going to make a python program to check even or odd number. Python Program to Check Even or Odd In this program, we will ch…
Striver SDE Sheet Solutions [Day 1] In this post, we will provide solutions for Day 1 striver sde sheet. Day 1: Arrays 1. Set Matrix Zeroes class Solution { public: void se…
Giveaway of Web Development Bootcamp by Angela Yu In this post, I will share information about the giveaway of web development course by Angela Yu. Course: The Complete 2022 Web Development Bootcamp …
Subarray Sum Equals K in Linear Time Complexity [New] In this post, we will make a C++ program to print the total number of subarray sums equals k and another program based on the idea of a cumulative su…
Palindrome Program in C [New] It is a program to check whether the number is a palindrome or not in the c language. We will make it using for loop, a while loop, and functions. …