Browsing category

multiply

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 Addition subtraction,multiplication ,division

Python program to Addition subtraction, multiplication, division In this tutorial, we will discuss the Python program to Addition subtraction, multiplication, division In this post, we will learn about how to perform addition, subtraction multiplication, division of any two numbers  using if else statements in Python programming The  program will request the user to enter two…

Java code to Addition Subtraction,Multiplication and division

Java code to Addition Subtraction, Multiplication and division In this tutorial, we will discuss Java code to Addition Subtraction, Multiplication and division In this post, we will learn about how to perform addition, subtraction multiplication, division of any two numbers using if statements  in Java programming Java program will request the user to enter two…

C Program to Addition Subtraction,Multiplication and division

C Program to Addition Subtraction, Multiplication and division In this tutorial, we will discuss C Program to Addition Subtraction, Multiplication and division In this post, we will learn about how to perform addition, subtraction multiplication, division of any two numbers  using if else statements in C programming The  program will request the user to enter…

Cpp program to Addition Subtraction,Multiplication and division

Cpp program to Addition Subtraction, Multiplication and division In this tutorial, we will discuss Cpp program to Addition Subtraction, Multiplication and division   In this post, we will learn how to perform addition, subtraction multiplication, division of any two numbers  using if else statements in Cpp programming The  program will request the user to enter…

Java code to multiplication table using Array

Java code to multiplication table using Array In this tutorial, we will discuss Java code to multiplication table using Array We can display the multiplication table in the Java language in various ways. In this tutorial, we will learn how to display the multiplication table using the two-dimensional array in Java programming language Here, we…

Python program to multiply two number using function

Python program to multiply two number using the function In this tutorial, we will discuss the Python program to multiply two number using the function In this topic, we will learn a simple concept of how to multiply two numbers using the function in the Python programming language already we will know the same concept using the…

Java program to multiply two numbers using method

Java program to multiply two numbers using the method In this program, we will discuss the Java program to multiply two numbers using the method In this topic, we will learn a simple concept of how to multiply two number in Java programming language using the Java method. already we knew the same concept using…

Cpp program to multiply two numbers using function

Cpp program to multiply two numbers using function In this tutorial, we will discuss the Cpp program to multiply two  numbers using the function In this topic, we will learn a simple concept of how to multiply two integers using the function in the C++ programming language already we will know the same concept using the operator…