oodlescoop
Search
Categories
Trending
Login
Results for "Math Operations"
Total results: 215
Java Program to find area of circle
Java Program to find area of square
Java Program to find area of rectangle
Java Program to find perimeter of circle
Java Program to find perimeter of square
Java Program to find perimeter of rectangle
Java Program to Print Lower Triangle Matrix Excluding Principal Diagonal Matrix
Java Program to Print Upper Triangle Matrix Excluding Principal Diagonal Matrix
Java Program to Print Lower Triangle Matrix Including Principal Diagonal Matrix
Java Program to Print Upper Triangle Matrix Including Principal Diagonal Matrix
Java Program to find Sum of Lower Triangle Matrix Excluding Principal Diagonal Matrix
Java Program to find Sum of Upper Triangle Matrix Excluding Principal Diagonal Matrix
Java Program to find Sum of Lower Triangle Matrix Including Principal Diagonal Matrix
Java Program to find Sum of Upper Triangle Matrix Including Principal Diagonal Matrix
Java Program to Rename a File
Java Program to find area of different shapes using inheritance
Java Program for Stack Simulation
Java Program for Queue Simulation
Java Program for Div Zero Exception
Java Program to convert Array to ArrayList
Java Program to demonstrate stack class in Collection framework
Java Program to check if Integer element is present in an array
Java program to concatenate two arrays using Stream API
Java program to reverse ArrayList
Java program to sort array using temporary variable
Java Program to divide two binary numbers using ParseInt
Python Program to find sum of two integer numbers
Python Program to find difference of two integer numbers
Python Program to find product of two integer numbers
Python Program to find division of two integer numbers
Python Program to find biggest of two integer numbers
Python Program to find biggest of three numbers
Python Program to find area of circle
Python Program to find area of pentagon
Python Program to find swap two numbers without temp variable (Addition and Subtraction Method)
Python Program to check whether a given number is an Armstrong Number or not using lambda and list
Python Program to find maximum element in an array
Python Program to find sum of array elements using for
Python Program to find sum of array elements using sum function
Python Program to find the square root of a given number
Python Program to convert Celsius to Fahrenheit
Python Program to convert Fahrenheit to Celsius
C Program to find the sum of two integer numbers
C Program to find the difference of two integer numbers
C Program to find the product of two integer numbers
C Program to find the division of two integer numbers
C Program to perform arithmetic operations using floating point variables
C Program to find distance between two straight lines
C Program to find area of equilateral triangle
C Program to find area of scalene triangle
C Program to find area of triangle given three sides of a triangle
C Program to swap two variables using addition and subtraction without using temporary variable
C Program to swap two variables using temporary variable
C Program to swap two variables using multiply and division operation without using temporary variable
C Program to swap two variables by shifting bits
C Program to calculate Compound Interest
C Program to check whether a given number is an Armstrong Number or not using in built power function
C Program to find biggest of three numbers using Binary Minus
C Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using if else ladder statement
C Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using switch statement
C Program to find roots of a quadratic equation using If Else statement
C Program to convert lower case alphabet to upper case and upper case to lower case using Built In functions
C Program to find the sum of first n natural numbers using for loop
C Program to find the sum of first n natural numbers using while loop
C Program to sum of n natural numbers using do while
C Program to find the factorial of a given number
C Program to find factorial of a number using functions
C Program to find GCD and LCM of a given two number
C Program to reverse string using while
C Program to find area of Ellipse
C Program to find area of Regular Polygon sides
C Program to find area of Rhombus
C Program to find area of Sector
C Program to find area of Triangular Prism lateral surface
C Program to find the area of a pentagon
C Program to find area of trapezoid
C Program to find power of a number without inbuilt function
C Program to find Permutations nPr
C Program to find Combinations nCr
C Program to print the sum of n even numbers using while
C Program to print the sum of n even numbers using do while
C Program to print the sum of n even numbers within range using for
C Program to print the sum of n even numbers within range using while
C Program to convert binary to octal number
C Program to convert a decimal to octal number
C Program to convert octal to binary number
C Program to convert octal to hexadecimal number
C Program to add two matrix
C Program to subtract two matrix
C Program to find sum of lower triangle matrix
C Program to find sum of upper triangle matrix
C Program to add principal diagonal elements in a matrix
C Program to transpose a matrix
C Program to check if the entered matrix is magic square or not
C Program to implement basic operation of Stacks using global variables
C Program to implement basic operation of Stacks using arrays and pointers
C Program to implement basic operation of Stacks using structures
C Program to implement Stacks using Singly Linked List
C Program to implement Stacks using Circular Linked List
C Program to convert a valid Infix expression to postfix using Stacks
C Program to evaluate a valid Postfix expression using Stacks
C Program to find the factorial of a given number using recursion
C Program to generate fibonacci series using recursion
C Program to find nth fibonacci number using recursion
C Program to implement basic operations of Linear Queue using arrays and pointers
C Program to implement basic operations of Circular Queue using arrays and pointers
C Program to implement Priority Queues using array of structures
C Program to implement Singly Linked List to insert and delete a node from front and display the contents of the Singly List
C Program to implement Singly Linked List to insert and delete a node from rear and display the contents of the Singly List
C Program to implement Singly Linked List to insert and delete a node at a specified position and display the contents of the Singly List
C Program to implement Singly Linked List to insert and delete a node from front and display the contents of the Singly List using Header Node
C Program to implement Singly Linked List to insert and delete a node from rear and display the contents of the Singly List using Header Node
C Program to implement Singly Linked List to insert and delete a node from position and display the contents of the Singly List using Header Node
C Program to implement Linear Queue using Singly Linked List
C Program to implement Circular Linked List to insert and delete a node from front and display the contents of the Circular List
C Program to implement Circular Linked List to insert and delete a node from rear and display the contents of the Circular List
C Program to implement Circular Linked List to insert and delete a node from front and display the contents of the Circular List using Header Node
C Program to implement Doubly Linked List to insert and delete a node from front and display the contents of the Doubly Linked List
C Program to implement Doubly Linked List to insert and delete a node from rear and display the contents of the Doubly Linked List
C Program to reverse a digit using recursion
C Program to solve N Queens using greedy method
C Program to find square of a number using macro functions
C Program to illustrate basic concept of pointers
C Program to add two complex numbers using structures
C Program to read a text file
C Program to copy contents from file to another file
C++ Program to find the sum of two integer numbers
C++ Program to find the difference of two integer numbers
C++ Program to find the product of two integer numbers
C++ Program to find the division of two integer numbers
C++ Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using switch statement
C++ Program to find factorial of a number using copy constructor
C++ Program to convert binary to octal
C++ Program to convert octal to binary
C++ Program to find area of square using constructor
C++ Program to find area of rectangle using constructor
C++ Program to find area of shapes using constructor overloading
C# Program to add two numbers
C# Program to subtract two numbers
C# Program to multiply two numbers
C# Program to divide two numbers
C# Program to calculate area of pentagon
C# program to find Area of Circle
C# program to find Area of Equilateral Triangle
C# program to find Area of Isoceles Triangle
C# program to find Area of Scalene Triangle
C# program to find Area of Triangle by Sides
C# program to find Compound Interest
Shell Script to find sum of n numbers
Shell Script to find biggest of three numbers using nested if
ADA Program to print a integer number entered by user
ADA Program to print a character entered by user
ADA Program to find the sum of two integer number
ADA Program to find the difference of two integer number
ADA Program to find the product of two integer number
ADA Program to find the division of two integer number
ADA Program to find perimeter of square
ADA Program to find area of rectangle
ADA Program to find perimeter of rectangle
Haskell Program to add two numbers
Haskell Program to subtract two numbers
Haskell Program to multiply two numbers
Haskell Program to divide two numbers
Haskell Program to convert string to lower case
Haskell Program to convert string to upper case
Kotlin Program to demonstrate ArrayList
Lua Program to add two numbers
Lua Program to subtract two numbers
Lua Program to multiply two numbers
F# program to perform Arithmetic Operations
F# program to perform Boolean Operations
Lists in Python
Tuples in Python
Sets in Python
Dictionary in Python
File Handling in Python
Passage 14
Passage 22
Passage 59
Passage 67
Passage 80
Passage 82
Passage 104
Passage 108
Passage 111
Passage 120
Passage 143
Passage 161
Passage 163
Passage 168
Passage 178
Passage 222
Passage 239
Passage 244
Passage 246
Passage 265
Passage 279
Passage 285
Passage 290
Question 22
Ganesha Ashtottara Shatanamavali English
Vinayaka Ashtottara Shatanamavali English
Shiva Ashtottara Shatanamavali English
Sri Saraswati Ashtottara Shatanamavali English
Sri Rama Ashtottara Shatanamavali English
Sri Sita Ashtottara Shatanamavali (Type 2) English
Sri Anjaneya Ashtottara Shatanamavali English
Ayyappa Ashtottara Shatanamavali English
Sri Tulasi Ashtottara Shatanamavali English
Sri Santanalakshmi Ashtottara Shatanamavali English
Sri Kukke Subrahmanya Temple (Subramanya)
Sri Krishna Matha (Udupi)
Sharadamba Temple (Sringeri)
Guru Narasimha Temple (Saligrama)
Shri Jagadguru Badari Shankaracharya Samsthanam (Shakatapuram)