oodlescoop
Search
Categories
Trending
Login
Results for "Opera Evolution"
Total results: 282
Java Program to find area of circle
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 example to demonstrate String concat method
Java Program to Create a File
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 create a user defined LinkedList class and store list of books and display
Java Program to demonstrate stack class in Collection framework
Java Swing Program to demonstrate Jlabel
Java Swing Program to demonstrate JLabel with Icon
Java Swing Program to demonstrate JLabel with Text and Icon
Java Swing Program to demonstrate JTextField
Java Swing Program to demonstrate JTextField with Text
Java Swing Program to demonstrate JButton
Java Swing Program to demonstrate JButton with Icon
Java Swing Program to demonstrate JButton with Text and Icon
Java Swing Program to demonstrate JButton Action TextField
Java Swing Program to demonstrate JCheckBox with Text
Java Program to insert element to an array at specified position
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 add two binary numbers
Java Program to divide two binary numbers using ParseInt
Java Program to add two matrices
Java Program to subtract two matrices
Java Program to multiply two matrices
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 swap two numbers using xor
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
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 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 swap two variables by performing xor operation
C Program to find positive negative or zero using Conditional Operator
C Program to find odd or even using Conditional Operator
C Program to find biggest of two numbers using Conditional Operator
C Program to find biggest of three numbers using Conditional Operator
C Program to find biggest of three numbers using Binary Minus
C Program to find smallest of three numbers using Conditional Operator
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 demonstrate the use of sizeof operator
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 power of a number without inbuilt function
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 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 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 find square of a number using macro functions
C Program to illustrate basic concept of pointers
C Program to display value using star operator in pointers
C Program to calculate size of a structure
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 to demonstrate sizeof operator
C++ Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using switch statement
C++ Program to demonstrate the use of address and value operator
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
Shell Script to find sum of n numbers
Shell Script to find biggest of three numbers using nested if
Shell Script for simple calculator to perform addition subtraction multiplication and division based on command line arguments
Shell Script for simple calculator to perform addition subtraction multiplication and division based on the symbol using case statements
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 area of square
ADA Program to find perimeter of square
ADA Program to find area of rectangle
ADA Program to find perimeter of rectangle
Haskell Program to print system information
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
Julia Program to demonstrate creation of Arrays using splat operator
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
Java Virtual Machine (JVM) and Bytecode
Features of Java
Setting up the Java Development Kit (JDK)
Lists in Python
Tuples in Python
Sets in Python
Dictionary in Python
File Handling in Python
Passage 1
Passage 4
Passage 6
Passage 7
Passage 9
Passage 10
Passage 12
Passage 17
Passage 19
Passage 21
Passage 22
Passage 28
Passage 33
Passage 34
Passage 37
Passage 40
Passage 42
Passage 43
Passage 44
Passage 49
Passage 54
Passage 60
Passage 62
Passage 65
Passage 67
Passage 68
Passage 69
Passage 72
Passage 73
Passage 76
Passage 78
Passage 79
Passage 80
Passage 81
Passage 82
Passage 86
Passage 87
Passage 88
Passage 89
Passage 92
Passage 93
Passage 94
Passage 99
Passage 100
Passage 102
Passage 103
Passage 104
Passage 105
Passage 107
Passage 108
Passage 109
Passage 111
Passage 115
Passage 116
Passage 120
Passage 121
Passage 128
Passage 129
Passage 134
Passage 136
Passage 142
Passage 143
Passage 145
Passage 146
Passage 155
Passage 156
Passage 157
Passage 158
Passage 165
Passage 169
Passage 174
Passage 181
Passage 183
Passage 185
Passage 186
Passage 187
Passage 189
Passage 192
Passage 198
Passage 205
Passage 212
Passage 213
Passage 215
Passage 221
Passage 222
Passage 225
Passage 227
Passage 229
Passage 232
Passage 236
Passage 240
Passage 241
Passage 244
Passage 245
Passage 246
Passage 251
Passage 254
Passage 262
Passage 265
Passage 266
Passage 275
Passage 279
Passage 282
Passage 285
Passage 290
Passage 294
Passage 296
Passage 297
Question 38
Durga Parameshwari Temple (Kateel)