Browsing category

Calculations

Python exercise to Divide of two integer numbers

Python exercise to Divide of two integer numbers In this tutorial, we will discuss the concept of Python exercise to Divide of two integer numbers In this topic, we are going to learn how to divide two numbers using the division operator in Python language   What is division The division is a method of…

C++ exercise to Divide of two integer numbers

C++ exercise to Divide of two integer numbers In this tutorial, we will discuss the concept of C++ exercise to Divide of two integer numbers In this topic, we are going to learn how to divide two numbers using the division operator in C++ language   What is division The division is a method of…

C exercise to Divide of two integer numbers

C exercise to Divide of two integer numbers In this tutorial, we will discuss the concept of C exercise to Divide of two integer numbers In this topic, we are going to learn how to divide two numbers using the division operator in C language   What is division The division is a method of…

Java exercise to Divide two numbers

Java exercise to Divide two numbers In this tutorial, we will discuss the concept of Java exercise to Divide two numbers In this topic, we are going to learn how to divide two numbers using the division operator in Java language   What is division The division is a method of splitting a group of…

Program to Electricity bill calculation using OOP in C++

Program to Electricity bill calculation using OOP in C++ In this tutorial, we will discuss the Program to Electricity bill calculation using OOP in C++ language In this topic, we are going to learn how to calculate the usage of electricity bill using OOP in C++ language   We can calculate monthly electric power usage…

Calculate electricity bill using OOP in Java

Calculate electricity bill using OOP in Java In this tutorial, we will discuss the concept of Calculate electricity bill using OOP in Java In this topic, we are going to learn how to calculate the usage electricity bill using OPP in Java language   We can calculate our monthly electric power usage using different methods…

Use of C program to subtraction of two numbers using recursion

Use of C program to subtraction of two numbers using recursion In this tutorial, we will discuss the Use of C program to subtraction of two numbers using the recursion In this topic, we are going to learn how to subtract two numbers (integer )using the recusive function in C language already we are learned…

Use of C++ program to subtraction of two numbers using recursion

Use of C++ program to subtraction of two numbers using recursion In this tutorial, we will discuss the Use of C++ program to subtraction of two numbers using the recursion In this topic, we are going to learn how to subtract two numbers using the recusive function in Cpp language already we are learned the…

Use of Java program to subtraction of two numbers using recursion

Use of Java program to subtraction of two numbers using the recursion In this tutorial, we will discuss the Use of Java program to subtraction of two numbers using the recursion In this topic, we are going to learn how to subtract two numbers using the recusive function in Java language already we are learned…

Java program to subtract two number using method

Java program to subtract two number using method In this tutorial, we will discuss the Java program to subtract two number using method In this topic, we are going to learn how to subtract two numbers (integer, floating point) using the method in Java language already we are learned the same concept using the operator if…