Browsing category

Calculations

Python program to multiply two numbers without using arithmetic operator

Python program to multiply two numbers without using arithmetic operator problem – Python program to multiply two numbers without using arithmetic operator   In this tutorial, we will discuss the concept of  multiplying two numbers without using arithmetic operator in Python language.  In this post, we will learn how to get the product of two…

Java program to multiply of two numbers without using arithmetic operator

Java program to multiply of two numbers without using arithmetic operator problem – Java program to multiply two numbers without using arithmetic operator   In this tutorial, we will discuss the concept of multiplying two numbers without using the arithmetic operator in Java language.  In this post, we will learn how to get the product…

C++ program to multiply two numbers without using arithmetic operator

C++ program to multiply two numbers without using arithmetic operator problem – C++  program to multiply two numbers without using arithmetic operator   In this tutorial, we will discuss the concept of  multiplying two numbers without using arithmetic operator in C++ language.  In this post, we will learn how to get the product of two…

C program to multiply two numbers without using arithmetic operator

C program to multiply two numbers without using arithmetic operator problem – C program to multiply two numbers without using arithmetic operator   In this tutorial, we will discuss the concept of  multiplying two numbers without using arithmetic operator in C language.  In this post, we will learn how to get the product of two…

Python program to compute the sum of digits in a given numbers

Python program to compute the sum of digits in a given numbers In this tutorial, we will discuss a concept of  Python program to compute the sum of digits in a given numbers In this article, we are going to learn  how to find the sum of digits in a given numbers in Python programming…

C++ program to compute the sum of digits in a given numbers

C++ program to compute the sum of digits in a given numbers In this tutorial, we will discuss a concept of  C++ program to compute the sum of digits in a given numbers In C++ programming  language, we can use for loop ,while loop and do-while loop to compute the sum of digits in a…

C program to compute the sum of digits in a given numbers

C program to compute the sum of digits in a given numbers In this tutorial, we will discuss a concept of  C program to compute the sum of digits in a given numbers In C programming  language, we can use for loop ,while loop and do-while loop to compute the sum of digits in a given…

Java program to compute the sum of digits in a given numbers

Java program to compute the sum of digits in a given numbers In this tutorial, we will discuss a concept of  Java program to compute the sum of digits in a given numbers In the Java programming  language, we can use for loop ,while loop and do-while loop to compute the sum of digits in…

C++ program to find the sum of natural numbers using recursion

C++ program to find the sum of natural numbers using recursion In this tutorial, we will discuss a concept of  C++ program to find the sum of natural numbers using recursion In this article, we are going to learn  how to  find the sum of natural numbers using recursion in the C++ programming language What…

C++ program to calculate the sum of natural numbers

C++ program to calculate the sum of natural numbers In this tutorial, we will discuss a concept of C++ program to calculate the sum of natural numbers using loops In this article, we are going to learn  how to  find the sum of natural numbers using loops in the C++ programming language C++ code to…