oodlescoop
Search
Categories
Trending
Login
Results for "Societal Value Transformation"
Total results: 298
Java Program to print Hello World
Java Program to initialize a string and print
Java Program to print first n Integers
Java Program to find sum of two integer numbers
Java Program to find sum of two integer numbers using Scanner Class
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 read information about a student from the user and display the same with the use of classes and objects
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 Reverse a Number
Java Program to Reverse a String
Java Program to find maximum element in an array
Java Program to find minimum element in an array
Java Program to convert Kilometer to Miles
Java Program to convert Miles to Kilometer
Java Program to find fibonacci series of a number using methods
Java Program example to demonstrate String compareTo method
Java Program example to demonstrate String concat method
Java Program to demonstrate Integer wrapper class
Java Program to demonstrate Float wrapper class
Java Program to demonstrate Boolean wrapper class
Java Program to demonstrate Byte wrapper class
Java Program to show usage of Enum which prints the size of coffee mug
Java Program to show usage of this pointer using Order Pizza Program
Java Program to pick random value from enumerations
Java Program to find area of different shapes using inheritance
Java Program to count the occurrence of a number
Java Program for Queue Simulation
Java Program for Div Zero Exception
Java Program to find sum of array elements
Java Program to check if Integer element is present in an array
Java Program to check if String element is present in an array
Java program to sort array using temporary variable
Java program to sort string array in descending order using collections
Java program to demonstrate super keyword
Java Program to add two binary numbers using ParseInt
Java Program to check for Duplicate Characters
Java Program to sort the given string Alphabetically
Java Program to sort the given string Alphabetically using Comparator
Java Program to sort the given string in reverse order using Comparator
Python Program to initialize different datatypes and print
Python Program to find area of circle
Python Program to swap two numbers using temporary variable
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 find swap two numbers without temp variable (Multiplication and Division Method)
Python Program to find ASCII value of a character or digit
Python Program to find ASCII value of a character or digit entered by the user
Python Program to check whether a given number is an Armstrong Number or not
Python Program to convert kilometer to mile
Python Program to find maximum element in an array
Python Program to find sum of array elements using for
Python Program to find fibonacci series
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 initialize different datatypes and print the same on terminal
C Program to show different formatting in output using printf
C Program to convert a value into different formats using format specifiers
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 find distance between two straight lines
C Program to find area of square
C Program to find area of rectangle
C Program to find area of scalene triangle
C Program to find area of triangle given three sides of a triangle
C Program to find area of circle
C Program to convert Celcius to Fahrenheit
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 smallest of three numbers using nested If Else statement
C Program to find roots of a quadratic equation using If Else statement
C Program to identify a character or a digit using ASCII values
C Program to convert lower case alphabet to upper case and upper case to lower case using ASCII values
C Program to print first n natural numbers using for loop
C Program to print first n natural numbers using while loop
C Program to print first n natural numbers using do while loop
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 area of Rhombus
C Program to print hello world using ASCII
C Program to find power of a number without inbuilt function
C Program to convert String to Integer value
C Program to find Permutations nPr
C Program to find Combinations nCr
C Program to find sum of two numbers using functions with returning the value
C Program to find sum of two numbers using functions without returning the value
C Program to print first n odd numbers
C Program to print first n even numbers
C Program to print first n odd and even numbers Type 1
C Program to print first n odd and even numbers Type 2
C Program to find the sum of first n odd numbers using for loop
C Program to print the sum of n odd numbers using while
C Program to print the sum of n odd numbers using do while
C Program to find the sum of first n even numbers using for loop
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 find the sum of first n odd and even numbers using for
C Program to print the sum of n odd and even numbers using while
C Program to print the sum of n odd and even numbers using do while
C Program to convert binary to hexadecimal number
C Program to convert kilometer to miles using preprocessor directive
C Program to insert an element into specified location of an array
C Program to delete duplicate elements from an array
C Program to copy contents of one array to another
C Program to find minimum element in an array without sorting
C Program to find sum of n natural numbers using recursion
C Program to generate fibonacci series using recursion
C Program to find nth fibonacci number using recursion
C Program to implement 01 Knapsack problem
C Program to implement 01 Knapsack problem using recursion
C Program to implement Fractional Knapsack problem using Greedy Method
C Program to illustrate basic concept of pointers
C Program to display value using star operator in pointers
C Program to demonstrate double pointer
C++ Program to initialize different datatypes and print the same on terminal
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 usage of reference types
C++ Program to find sum of two numbers using pointer returning functions
C++ Program to demonstrate the use of address and value operator
C++ Program to find power of a number without inbuilt function
C++ Program to print sum of n natural numbers using do while
C++ Program to add two complex numbers
C++ Program to find area of square using constructor
C++ Program to find area of circle using constructor
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 odd numbers using while
C++ Program to print the sum of n odd numbers using do while
C++ Program to print the sum of n odd and even numbers using while
C++ Program to print the sum of n odd and even numbers using do while
C# Program to print Hello World
C# Program to add two numbers
C# Program to subtract 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 print n Even Natural Numbers
C# program to print n Odd Natural Numbers
C# program to find Sum of first n Even Natural Numbers
C# program to find Sum of first n Odd Natural Numbers
C# program to print Odd Even Series
C# program to print Floyds Triangle
C# program to print Pascal Triangle
C# program to print half Pyramid of Alphabets
Rust Program to Add two Numbers from user input
Rust Program to Subtract two Numbers from user input
Rust Program to Multiply Two Numbers from user input
Rust Program to Divide Two Numbers from user input
Rust Program to read the integer from user input 3 variations
Rust Program to read the integer from user input with error handling
Rust Program to print Multiplication Table
GO Lang Program to enter integer number
GO Lang Program to find biggest of two numbers
JavaScript Program to add of two numbers
JavaScript Program to subtract of two numbers
JavaScript Program to multiply of two numbers
JavaScript Program to divide of two numbers
JavaScript Program to print Fibonacci series
JavaScript Program to find if a number is palindrome or not
PHP Program to demonstrate Integer datatype
PHP Program to demonstrate floating point datatype
Ruby Program to add two numbers
Ruby Program to subtract two numbers
Shell Script to read an integer value from user and print
Shell Script to print Fibonacci series
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
ADA Program to print a integer number 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 add two numbers
Haskell Program to subtract two numbers
Haskell Program to multiply two numbers
Haskell Program to divide two numbers
Julia Program to print ASCII Values
Julia Program to print n natural numbers
Julia Program to print sum of n natural numbers
Julia Program to print n odd numbers
Julia Program to print n even numbers
Julia Program to print first n prime numbers
Lua Program to add two numbers
Lua Program to subtract two numbers
Lua Program to multiply two numbers
Swift Program to print integer value
Swift Program to print floating point value
Swift Program to print string value
Swift Program to demonstrate typewrapping integer value
Swift Program to read integer from user and print (Type 1)
Swift Program to read integer from user and print (Type 2)
Swift Program to read integer from user and print (Type 3)
F# program to print first n Prime Numbers using Sequence
F# program to print Fibonacci Series
Lists in Python
Strings in Python
Tuples in Python
Dictionary in Python
Passage 2
Passage 11
Passage 14
Passage 15
Passage 16
Passage 21
Passage 22
Passage 23
Passage 27
Passage 38
Passage 45
Passage 50
Passage 54
Passage 58
Passage 59
Passage 63
Passage 65
Passage 68
Passage 73
Passage 74
Passage 76
Passage 78
Passage 80
Passage 82
Passage 85
Passage 93
Passage 94
Passage 97
Passage 109
Passage 119
Passage 120
Passage 125
Passage 128
Passage 137
Passage 139
Passage 141
Passage 148
Passage 153
Passage 155
Passage 157
Passage 159
Passage 163
Passage 164
Passage 167
Passage 175
Passage 177
Passage 179
Passage 191
Passage 199
Passage 206
Passage 209
Passage 211
Passage 213
Passage 221
Passage 222
Passage 227
Passage 228
Passage 232
Passage 234
Passage 243
Passage 254
Passage 255
Passage 256
Passage 259
Passage 260
Passage 264
Passage 269
Passage 271
Passage 274
Passage 276
Passage 287
Question 4
Manjunatha Swamy Temple (Dharmasthala)
Annapooreshwari Temple (Horanadu)