Results for "Tree of Life"

Total results: 1196

  1. Java Program to print Hello World
  2. Java Program to initialize a string and print
  3. Java Program to print first n Integers
  4. Java Program to find sum of two integer numbers
  5. Java Program to find sum of two integer numbers using Scanner Class
  6. Java Program to find area of circle
  7. Java Program to find area of square
  8. Java Program to find area of rectangle
  9. Java Program to find perimeter of circle
  10. Java Program to find perimeter of square
  11. Java Program to find perimeter of rectangle
  12. Java Program to read information about a student from the user and display the same with the use of classes and objects
  13. Java Program to Print Lower Triangle Matrix Excluding Principal Diagonal Matrix
  14. Java Program to Print Upper Triangle Matrix Excluding Principal Diagonal Matrix
  15. Java Program to Print Lower Triangle Matrix Including Principal Diagonal Matrix
  16. Java Program to Print Upper Triangle Matrix Including Principal Diagonal Matrix
  17. Java Program to find Sum of Lower Triangle Matrix Excluding Principal Diagonal Matrix
  18. Java Program to find Sum of Upper Triangle Matrix Excluding Principal Diagonal Matrix
  19. Java Program to find Sum of Lower Triangle Matrix Including Principal Diagonal Matrix
  20. Java Program to find Sum of Upper Triangle Matrix Including Principal Diagonal Matrix
  21. Java Program to Reverse a Number
  22. Java Program to Reverse a String
  23. Java Program to find maximum element in an array
  24. Java Program to find minimum element in an array
  25. Java Program to convert Kilometer to Miles
  26. Java Program to find fibonacci series of a number
  27. Java Program to find fibonacci series of a number using methods
  28. Java Program to find fibonacci series of a number using recursion
  29. Java Program to find the area of a pentagon
  30. Java Program example to demonstrate String charAt method
  31. Java Program example to demonstrate String compareTo method
  32. Java Program example to demonstrate String compareToIgnoreCase method
  33. Java Program example to demonstrate String contentEquals method
  34. Java Program example to demonstrate String concat method
  35. Java Program to demonstrate Integer wrapper class
  36. Java Program to demonstrate Float wrapper class
  37. Java Program to demonstrate Boolean wrapper class
  38. Java Program to demonstrate Byte wrapper class
  39. Java Program to Create a File
  40. Java Program to Rename a File
  41. Java Program to show usage of Enum which prints the size of coffee mug
  42. Java Program to demonstrate Interfaces
  43. Java Program to show usage of this pointer using Order Pizza Program
  44. Java Program to demonstrate packages
  45. Java Program to pick random value from enumerations
  46. Java Program to find area of different shapes using inheritance
  47. Java Program to demonstrate multilevel inheritance
  48. Java Program to count the occurrence of a number
  49. Java Program to calculate Salary of an Employee
  50. Java Program for Stack Simulation
  51. Java Program for Queue Simulation
  52. Java Program for Div Zero Exception
  53. Java Program to demonstrate nested try block
  54. Java Program example to demonstrate variable length of arguments
  55. Java Program to demonstrate NullPointerException
  56. Java Program to demonstrate ArrayList
  57. Java Program to convert ArrayList to Array
  58. Java Program to convert Array to ArrayList
  59. Java Program to create a user defined LinkedList class and store list of books and display
  60. Java Program to calculate Student Average of a Class using User defined Storage Classes
  61. Java Program to demonstrate stack class in Collection framework
  62. Java Swing Program to demonstrate Jlabel
  63. Java Swing Program to demonstrate JLabel with Icon
  64. Java Swing Program to demonstrate JLabel with Text and Icon
  65. Java Swing Program to demonstrate JTextField
  66. Java Swing Program to demonstrate JTextField with Text
  67. Java Swing Program to demonstrate JButton
  68. Java Swing Program to demonstrate JButton with Icon
  69. Java Swing Program to demonstrate JButton with Text and Icon
  70. Java Swing Program to demonstrate JButton Action TextField
  71. Java Swing Program to demonstrate JCheckBox with Text
  72. Java Program to create thread by implementing runnable interface
  73. Java Program to create thread by extending Thread class
  74. Java Program to sort an array using Insertion Sort
  75. Java Program to find sum of array elements
  76. Java Program to find sum of array elements using methods
  77. Java Program to insert element to an array
  78. Java Program to insert element to an array at specified position
  79. Java Program to check if Integer element is present in an array
  80. Java Program to check if String element is present in an array
  81. Java Program to find average of array elements
  82. Java Program to find Median of array elements
  83. Java program to concatenate two arrays using array copy method
  84. Java program to concatenate two arrays using Collections
  85. Java program to concatenate two arrays using Stream API
  86. Java program to merge two arrays one after the other
  87. Java program to reverse ArrayList
  88. Java program to reverse array using Collections
  89. Java program to reverse array using for loop
  90. Java program to reverse array using temporary variable
  91. Java program to sort array using Collections reverseOrder method
  92. Java program to sort array using Sort method
  93. Java program to sort array using temporary variable
  94. Java program to sort string array in descending order using collections
  95. Java program to demonstrate super keyword
  96. Java program to reverse a string using recursion
  97. Java Program to add two binary numbers
  98. Java Program to add two binary numbers using ParseInt
  99. Java Program to subtract two binary numbers using ParseInt
  100. Java Program to multiply two binary numbers using ParseInt
  101. Java Program to divide two binary numbers using ParseInt
  102. Java Program to reverse words in a given string
  103. Java Program to count Vowels and Consonants in a given string
  104. Java Program to count digits and white spaces in a given string
  105. Java Program to check for Duplicate Characters
  106. Java Program to print all substrings of a given string
  107. Java Program to sort the given string Alphabetically
  108. Java Program to sort the given string Alphabetically using Comparator
  109. Java Program to sort the given string in reverse order using Comparator
  110. Java Program to add two matrices
  111. Java Program to subtract two matrices
  112. Java Program to multiply two matrices
  113. Python Program to initialize different datatypes and print
  114. Python Program to print different formats of string
  115. Python Program to find sum of two integer numbers
  116. Python Program to find difference of two integer numbers
  117. Python Program to find product of two integer numbers
  118. Python Program to find division of two integer numbers
  119. Python Program to find biggest of two integer numbers
  120. Python Program to find biggest of three numbers
  121. Python Program to find area of square
  122. Python Program to find area of rectangle
  123. Python Program to find area of circle
  124. Python Program to find area of triangle
  125. Python Program to find area of pentagon
  126. Python Program to swap two numbers using temporary variable
  127. Python Program to swap two numbers using xor
  128. Python Program to find swap two numbers without temp variable (Addition and Subtraction Method)
  129. Python Program to find swap two numbers without temp variable (Multiplication and Division Method)
  130. Python Program to find ASCII value of a character or digit
  131. Python Program to find ASCII value of a character or digit entered by the user
  132. Python Program to check whether a given number is an Armstrong Number or not
  133. Python Program to check whether a given number is an Armstrong Number or not using lambda and list
  134. Python Program to reverse an integer number
  135. Python Program to find sum of digits
  136. Python Program to convert kilometer to mile
  137. Python Program to find maximum element in an array
  138. Python Program to find sum of array elements using for
  139. Python Program to find sum of array elements using sum function
  140. Python Program to find fibonacci series
  141. Python Program to sort an array using Insertion Sort
  142. Python Program to check if a given number is Prime or not
  143. Python Program to find the square root of a given number
  144. Python Program to convert Celsius to Fahrenheit
  145. Python Program to generate a random number within the given range
  146. C Program to initialize different datatypes and print the same on terminal
  147. C Program to show different formatting in output using printf
  148. C Program to convert a value into different formats using format specifiers
  149. C Program to find the sum of two integer numbers
  150. C Program to find the difference of two integer numbers
  151. C Program to find the product of two integer numbers
  152. C Program to find the division of two integer numbers
  153. C Program to find distance between two straight lines
  154. C Program to find area of square
  155. C Program to find perimeter of square
  156. C Program to find area of rectangle
  157. C Program to find perimeter of rectangle
  158. C Program to find area of equilateral triangle
  159. C Program to find area of right angled triangle
  160. C Program to find area of scalene triangle
  161. C Program to find area of triangle given three sides of a triangle
  162. C Program to find area of circle
  163. C Program to find area and circumference of a circle using pre processor directives
  164. C Program to check if a triangle is Isosceles Equilateral or Scalene
  165. C Program to swap two variables using addition and subtraction without using temporary variable
  166. C Program to swap two variables using temporary variable
  167. C Program to swap two variables using multiply and division operation without using temporary variable
  168. C Program to swap two variables by shifting bits
  169. C Program to calculate Simple Interest
  170. C Program to calculate Compound Interest
  171. C Program to find profit or loss
  172. C Program to find positive negative or zero using Conditional Operator
  173. C Program to find positive negative or zero using If Else statement
  174. C Program to find odd or even using Conditional Operator
  175. C Program to find odd or even using goto statement
  176. C Program to check whether a given year is a leap year or not
  177. C Program to check whether a given number is a Perfect Number or not
  178. C Program to check whether a given number is an Armstrong Number or not
  179. C Program to generate Armstrong number within a given range
  180. C Program to check whether a given number is an Armstrong Number or not using user defined power function
  181. C Program to find biggest of two numbers using Conditional Operator
  182. C Program to find biggest of two numbers using If Else statement
  183. C Program to find biggest of three numbers using Conditional Operator
  184. C Program to find biggest of three numbers using If Else statement
  185. C Program to find biggest of three numbers using nested If Else statement
  186. C Program to find biggest of three numbers using Binary Minus
  187. C Program to find smallest of three numbers using Conditional Operator
  188. C Program to find smallest of three numbers using If Else statement
  189. C Program to find smallest of three numbers using nested If Else statement
  190. C Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using switch statement
  191. C Program to find roots of a quadratic equation using If Else statement
  192. C Program to find area of triangle square circle or rectangle using switch statement
  193. C Program to demonstrate the use of sizeof operator
  194. C Program to identify a character or a digit using ASCII values
  195. C Program to convert lower case alphabet to upper case and upper case to lower case using Built In functions
  196. C Program to print first n natural numbers using for loop
  197. C Program to print first n natural numbers using while loop
  198. C Program to print first n natural numbers using do while loop
  199. C Program to find the sum of first n natural numbers using for loop
  200. C Program to find the sum of first n natural numbers using while loop
  201. C Program to sum of n natural numbers using do while
  202. C Program to find the factorial of a given number
  203. C Program to find factorial of a number using functions
  204. C Program to find GCD and LCM of a given two number
  205. C Program to generate Fibonacci Series for first n natural numbers
  206. C Program to check whether a given integer number is palindrome or not
  207. C Program to print first n prime numbers
  208. C Program to print prime numbers within given range
  209. C Program to check if a number is prime number or not
  210. C Program to reverse a given integer number using while loop
  211. C Program to reverse a given integer number using while loop using functions
  212. C Program to reverse an integer number using for
  213. C Program to reverse an integer number using do while
  214. C Program to reverse string using for
  215. C Program to reverse string using while
  216. C Program to reverse string using do while
  217. C Program to print random number
  218. C Program to print random number within range
  219. C Program to check anagram by checking frequency
  220. C Program to check anagram by sorting strings
  221. C Program to find area of Ellipse
  222. C Program to find area of Regular Polygon sides
  223. C Program to find area of Rhombus
  224. C Program to find area of Sector
  225. C Program to find area of Triangular Prism lateral surface
  226. C Program to find the area of a pentagon
  227. C Program to find area of trapezoid
  228. C Program to find power of a number without inbuilt function
  229. C Program to find substring of a string
  230. C Program to search occurrence of character in String
  231. C Program to sort a set of strings alphabetically
  232. C Program to arrange a string alphabetically
  233. C Program to find length of a string using built in functions
  234. C Program to find length of a string without using built in functions
  235. C Program to convert String to Integer value
  236. C Program to find Permutations nPr
  237. C Program to find Combinations nCr
  238. C Program to find sum and percentage of subjects
  239. C Program to find Sum of Digits of a given number Type 1
  240. C Program to find Sum of Digits of a given number Type 2
  241. C Program to copy from source string to destination string without using built in functions
  242. C Program to find sum of two numbers using command line arguments
  243. C Program to find sum of two numbers using functions with returning the value
  244. C Program to find sum of two numbers using functions without returning the value
  245. C Program to print first n odd numbers
  246. C Program to print first n even numbers
  247. C Program to print n odd numbers within range
  248. C Program to print first n odd and even numbers Type 1
  249. C Program to print first n odd and even numbers Type 2
  250. C Program to find the sum of first n odd numbers using for loop
  251. C Program to print the sum of n odd numbers using while
  252. C Program to print the sum of n odd numbers using do while
  253. C Program to print the sum of n odd numbers within range using for
  254. C Program to print the sum of n odd numbers within range using while
  255. C Program to print the sum of n odd numbers within range using do while
  256. C Program to find the sum of first n even numbers using for loop
  257. C Program to print the sum of n even numbers using while
  258. C Program to print the sum of n even numbers using do while
  259. C Program to print the sum of n even numbers within range using for
  260. C Program to print the sum of n even numbers within range using while
  261. C Program to print the sum of n even numbers within range using do while
  262. C Program to find the sum of first n odd and even numbers using for
  263. C Program to print the sum of n odd and even numbers using while
  264. C Program to print the sum of n odd and even numbers using do while
  265. C Program to print the sum of n odd and even numbers within range using for
  266. C Program to print the sum of n odd and even numbers within range using while
  267. C Program to print the sum of n odd and even numbers within range using do while
  268. C Program to convert binary to octal number
  269. C Program to convert a decimal to octal number
  270. C Program to demonstrate calloc dynamic memory allocation
  271. C Program to demonstrate malloc dynamic memory allocation
  272. C Program to demonstrate malloc memset
  273. C Program to initialize array of strings and print on the terminal
  274. C Program to insert an element into specified location of an array
  275. C Program to delete an element from a specified location of an array
  276. C Program to copy contents of one array to another
  277. C Program to find maximum element in an array without sorting
  278. C Program to find minimum element in an array without sorting
  279. C Program to merge two arrays one after the other
  280. C Program to find the sum of array elements
  281. C Program to find sum of two arrays
  282. C Program to search a key element using Binary Search method
  283. C Program to search a key element using Binary Search using Functions
  284. C Program to search a key element using Linear Search method
  285. C Program to search a key element using Linear Search using Functions
  286. C Program to add two matrix
  287. C Program to subtract two matrix
  288. C Program to find sum of lower triangle matrix
  289. C Program to find sum of upper triangle matrix
  290. C Program to add principal diagonal elements in a matrix
  291. C Program to transpose a matrix
  292. C Program to check if the entered matrix is magic square or not
  293. C Program to implement basic operation of Stacks using global variables
  294. C Program to implement basic operation of Stacks using arrays and pointers
  295. C Program to implement basic operation of Stacks using structures
  296. C Program to implement Stacks using Singly Linked List
  297. C Program to implement Stacks using Circular Linked List
  298. C Program to convert a valid Infix expression to postfix using Structures
  299. C Program to evaluate a valid Postfix expression using Stacks
  300. C Program to find sum of n natural numbers using recursion
  301. C Program to find the factorial of a given number using recursion
  302. C Program to generate fibonacci series using recursion
  303. C Program to find nth fibonacci number using recursion
  304. C Program to search a key element using linear search using recursion
  305. C Program to search a key element using binary search using recursion
  306. C Program to implement Tower of Hanoi
  307. C Program to implement basic operations of Linear Queue using arrays and pointers
  308. C Program to implement basic operations of Circular Queue using arrays and pointers
  309. C Program to implement Priority Queues using array of structures
  310. C Program to implement Singly Linked List to insert and delete a node from front and display the contents of the Singly List
  311. C Program to implement Singly Linked List to insert and delete a node from rear and display the contents of the Singly List
  312. 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
  313. 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
  314. 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
  315. 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
  316. C Program to implement Linear Queue using Singly Linked List
  317. C Program to implement Circular Linked List to insert and delete a node from front and display the contents of the Circular List
  318. C Program to implement Circular Linked List to insert and delete a node from rear and display the contents of the Circular List
  319. 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
  320. C Program to implement Doubly Linked List to insert and delete a node from front and display the contents of the Doubly Linked List
  321. C Program to implement Doubly Linked List to insert and delete a node from rear and display the contents of the Doubly Linked List
  322. C Program to sort an array using Bubble Sort
  323. C Program to sort an array using Bubble Sort using functions
  324. C Program to sort an array using Selection Sort
  325. C Program to sort an array using Insertion Sort
  326. C Program to sort an array using Insertion Sort using functions
  327. C Program to sort an array using Merge Sort
  328. C Program to sort an array using Shell Sort
  329. C Program to implement 01 Knapsack problem
  330. C Program to implement 01 Knapsack problem using recursion
  331. C Program to implement Fractional Knapsack problem using Greedy Method
  332. C Program to implement Prim's Algorithm
  333. C Program to solve N Queens using greedy method
  334. C Program to implement Warshall's algorithm
  335. C Program to find square of a number using macro functions
  336. C Program to illustrate basic concept of pointers
  337. C Program to display value using star operator in pointers
  338. C Program to calculate size of a structure
  339. C Program to find string length using pointers
  340. C Program to find sum of array elements using pointers
  341. C Program to print an array in reverse direction using pointers
  342. C Program to demonstrate double pointer
  343. C Program to add matrices using pointer
  344. C Program to add matrices using function and pointer
  345. C Program to count vowels and consonents in a given sentence
  346. C Program to create union of structures of an employee and display the details
  347. C Program to create a enum user defined datatype for days of a week and print the index of a week
  348. C Program to read and print contents of a file using static memory allocation
  349. C Program to read and print contents of a file using dynamic memory allocation
  350. C Program to convert contents of a file to upper case
  351. C Program to copy contents from file to another file
  352. C Program to create a child process using fork system call and print PID and PPID of the processes
  353. C Program to print small alphabets in right angled triangle pattern in series
  354. C Program to print capital alphabets in right angled triangle pattern in series
  355. C Program to print number a Right angled Triangle pattern
  356. C Program to print first n natural numbers in a Right angled Triangle pattern
  357. C Program to print even numbers in a Right angled Triangle pattern
  358. C Program to print prime numbers in a Right angled Triangle pattern
  359. C Program to print binary numbers in a Right angled Triangle pattern
  360. C Program to print numbers in rows and columns of Quadrangle pattern
  361. C Program to print numbers in rows and columns of Quadrangle pattern in reverse order
  362. C Program to print Equilateral Triangle in a pyramid star pattern
  363. C Program to print Inverted Equilateral Triangle in a pyramid star pattern
  364. C Program to print Right angled Triangle in a pyramid star pattern Type 1
  365. C Program to print Right angled Triangle in a pyramid star pattern Type 2
  366. C Program to print Inverted Right angled Triangle in a pyramid star pattern Type 1
  367. C Program to print Inverted Right angled Triangle in a pyramid star pattern Type 2
  368. C Program to print Hollow Right angled Triangle in a pyramid star pattern Type 1
  369. C Program to print Hollow Right angled Triangle in a pyramid star pattern Type 2
  370. C Program to print Hollow Inverted Right angled Triangle in a pyramid star pattern Type 1
  371. C Program to print Hollow Inverted Right angled Triangle in a pyramid star pattern Type 2
  372. C Program to print Rhombus in a star pattern
  373. C Program to print Hollow Rhombus in a star pattern Type 1
  374. C Program to print Hollow Rhombus in a star pattern Type 2
  375. C Program to print Solid Square in a star pattern
  376. C Program to print Solid Rectangle in a star pattern
  377. C Program to print Hollow Rectangle in a star pattern
  378. C Program to print Left Arrow in a star pattern Type 1
  379. C Program to print Left Arrow in a star pattern Type 2
  380. C Program to print Right Arrow in a star pattern Type 1
  381. C Program to print Right Arrow in a star pattern Type 2
  382. C Program to print Alphabet K in a star pattern
  383. C Program to print Alphabet X in a star pattern
  384. C Program to print Symbol Plus in a star pattern
  385. C Program to create Floyds triangle
  386. C Program to print Pascal triangle
  387. C Program to display the same source code on terminal
  388. C++ Program to print Hello World
  389. C++ Program to initialize different datatypes and print the same on terminal
  390. C++ Program to find the sum of two integer numbers
  391. C++ Program to find the difference of two integer numbers
  392. C++ Program to find the product of two integer numbers
  393. C++ Program to find the division of two integer numbers
  394. C++ Program to find the sum of two integer numbers using classes and objects
  395. C++ Program to show usage of classes and objects
  396. C++ Program to find biggest of two numbers
  397. C++ Program to find biggest of three numbers
  398. C++ Program to sort an array using Merge Sort
  399. C++ Program to sort an array using Insertion Sort
  400. C++ Program to find biggest of two numbers using Inline Functions
  401. C++ Program to demonstrate sizeof operator
  402. C++ Program to demonstrate usage of reference types
  403. C++ Program to find sum of two numbers using pointer returning functions
  404. C++ Program to generate fibonacci series
  405. C++ Program to generate fibonacci series using class
  406. C++ Program to find factorial of a number without classes
  407. C++ Program to find factorial of a number using classes
  408. C++ Program to find factorial of a number using copy constructor
  409. C++ Program to demonstrate the use of address and value operator
  410. C++ Program to find square of a number using templates
  411. C++ Program to find power of a number without inbuilt function
  412. C++ Program to print sum of n natural numbers using do while
  413. C++ Program to add two complex numbers
  414. C++ Program to find area of square using constructor
  415. C++ Program to find area of rectangle using constructor
  416. C++ Program to find area of circle using constructor
  417. C++ Program to find area of pentagon
  418. C++ Program to find area of shapes using constructor overloading
  419. C++ Program to find sum of two arrays
  420. C++ Program to add two matrix
  421. C++ Program to print the sum of n even numbers using while
  422. C++ Program to print the sum of n even numbers using do while
  423. C++ Program to print the sum of n even numbers within range using for
  424. C++ Program to print the sum of n even numbers within range using while
  425. C++ Program to print the sum of n even numbers within range using do while
  426. C++ Program to print the sum of n odd numbers using while
  427. C++ Program to print the sum of n odd numbers using do while
  428. C++ Program to print the sum of n odd numbers within range using for
  429. C++ Program to print the sum of n odd numbers within range using while
  430. C++ Program to print the sum of n odd numbers within range using do while
  431. C++ Program to print the sum of n odd and even numbers using while
  432. C++ Program to print the sum of n odd and even numbers using do while
  433. C++ Program to print the sum of n odd and even numbers within range using for
  434. C++ Program to print the sum of n odd and even numbers within range using while
  435. C++ Program to print the sum of n odd and even numbers within range using do while
  436. C++ Program to implement Stacks
  437. C# Program to print Hello World
  438. C# Program to add two numbers
  439. C# Program to subtract two numbers
  440. C# Program to multiply two numbers
  441. C# Program to divide two numbers
  442. C# Program to calculate area of pentagon
  443. C# Program to sort an array using Insertion Sort
  444. C# program to find Area of Circle
  445. C# program to find Area of Equilateral Triangle
  446. C# program to find Area of Isoceles Triangle
  447. C# program to find Area of Right angled Triangle
  448. C# program to find Area of Scalene Triangle
  449. C# program to find Area of Triangle by Sides
  450. C# program to find Area of Square
  451. C# program to find Area of Rectangle
  452. C# program to find Circumference of the Circle
  453. C# program to find Perimeter of Square
  454. C# program to find Perimeter of Rectangle
  455. C# program to find Perimeter of Equilateral Triangle
  456. C# program to find Perimeter of Scalene Triangle
  457. C# program to find Perimeter of Isosceles Triangle
  458. C# program to find Perimeter of Circle
  459. C# program to print first n Natural Numbers
  460. C# program to print n Even Natural Numbers
  461. C# program to print n Odd Natural Numbers
  462. C# program to find Sum of first n Natural Numbers
  463. C# program to find Sum of first n Even Natural Numbers
  464. C# program to find Sum of first n Odd Natural Numbers
  465. C# program to find Modulus of Two Numbers
  466. C# program to find Simple Interest
  467. C# program to find Compound Interest
  468. C# program to display Multiplication Table
  469. C# program to print Odd Even Series
  470. C# program to print Floyds Triangle
  471. C# program to print Pascal Triangle
  472. C# program to print half Pyramid of Numbers
  473. C# program to print half Pyramid of Alphabets
  474. C# program to print half Pyramid of Stars
  475. C# program to print full Inverted Pyramid of Stars
  476. C# program to print half Inverted Pyramid of Stars
  477. C# program to print full Pyramid of Stars
  478. Rust Program to print Hello World
  479. Rust Program to Add two Numbers
  480. Rust Program to Add two Numbers from user input
  481. Rust Program to Subtract two Numbers
  482. Rust Program to Subtract two Numbers from user input
  483. Rust Program to Multiply Two Numbers
  484. Rust Program to Multiply Two Numbers from user input
  485. Rust Program to Divide Two Numbers
  486. Rust Program to Divide Two Numbers from user input
  487. Rust Program to find Modulus of two Numbers
  488. Rust Program to find Square of a number
  489. Rust Program to read the integer from user input 3 variations
  490. GO Lang Program to print Hello World
  491. GO Lang Program to find sum of two numbers
  492. GO Lang Program to find biggest of two numbers
  493. GO Lang Program to find length of a String
  494. JavaScript Program to add of two numbers
  495. JavaScript Program to subtract of two numbers
  496. JavaScript Program to multiply of two numbers
  497. JavaScript Program to divide of two numbers
  498. PHP Program to print Hello World
  499. PHP Program to print Hello World using echo
  500. PHP Program to Initialize variable and print
  501. PHP Program to add two numbers
  502. PHP Program to find sum of array elements
  503. Ruby Program to find factorial of a number
  504. Ruby Program to add two numbers
  505. Ruby Program to add two numbers using command line
  506. Ruby Program to subtract two numbers
  507. R Program to get input from user and print on Console
  508. R Program to find the sum mean product of two vectors
  509. R Program to find modulus of two numbers
  510. R Program to add two numbers
  511. R Program to subtract two numbers
  512. R Program to multiply two numbers
  513. R Program to divide two numbers
  514. Shell Script to read an integer value from user and print
  515. Shell Script to print Fibonacci series
  516. Shell Script to find factorial of a number
  517. Shell Script to find sum of n numbers
  518. Shell Script to find biggest of two numbers
  519. Shell Script to find biggest of three numbers using command line arguments
  520. Shell Script to find biggest of three numbers using nested if
  521. Shell Script to find largest of three numbers using If Else statement
  522. Shell Script to print command line arguments Type 1
  523. Shell Script to print command line arguments Type 2
  524. Shell Script to print command line arguments in reverse
  525. Shell Script to print first n natural numbers in a pattern of Right angled Triangle
  526. Shell Script to print first n natural numbers in a pattern of Equilateral Triangle
  527. Shell Script to print contents of an array
  528. Shell Script to find largest file in a directory
  529. Shell Script for simple calculator to perform addition subtraction multiplication and division based on the symbol using case statements
  530. ADA Program to print Hello World
  531. ADA Program to print a integer number entered by user
  532. ADA Program to print a character entered by user
  533. ADA Program to print a string entered by user
  534. ADA Program to find the sum of two integer number
  535. ADA Program to find the difference of two integer number
  536. ADA Program to find the product of two integer number
  537. ADA Program to find the division of two integer number
  538. ADA Program to find area of square
  539. ADA Program to find perimeter of square
  540. ADA Program to find area of rectangle
  541. ADA Program to find perimeter of rectangle
  542. Haskell Program to print hello world
  543. Haskell Program to print integer entered by the user
  544. Haskell Program to print string entered by the user
  545. Haskell Program to print system information
  546. Haskell Program to print Fibonacci series
  547. Haskell Program to print factorial of a number
  548. Haskell Program to add two numbers
  549. Haskell Program to subtract two numbers
  550. Haskell Program to multiply two numbers
  551. Haskell Program to divide two numbers
  552. Haskell Program to convert string to lower case
  553. Haskell Program to convert string to upper case
  554. Julia Program to print ASCII Values
  555. Julia Program to find modulus of two numbers
  556. Julia Program to find power of a given number
  557. Julia Program to print n natural numbers
  558. Julia Program to print sum of n natural numbers
  559. Julia Program to print n odd numbers
  560. Julia Program to print n even numbers
  561. Julia Program to print first n prime numbers
  562. Julia Program to demonstrate Arrays of anything
  563. Julia Program to demonstrate creation of Array using collect method
  564. Julia Program to demonstrate creation of Arrays using splat operator
  565. Julia Program to print step of 10s using range method
  566. Julia Program to print step of 10s using collect method
  567. Julia Program to print step of 10s using range and collect method
  568. Kotlin Program to demonstrate ArrayList
  569. Lua Program to add two numbers
  570. Lua Program to subtract two numbers
  571. Lua Program to multiply two numbers
  572. Swift Program to print integer value
  573. Swift Program to print floating point value
  574. Swift Program to demonstrate typewrapping integer value
  575. Swift Program to find the sum of two integer numbers
  576. Swift Program to find the difference of two integer numbers
  577. Swift Program to find the product of two integer numbers
  578. Swift Program to find the quotient of two integer numbers
  579. Swift Program to print information of a person using structures
  580. Swift Program to print information of a student using classes
  581. F# program to print Hello World
  582. F# program to Add two numbers
  583. F# program to Add two numbers using Functions
  584. F# program to Subtract two numbers
  585. F# program to Multiply two numbers
  586. F# program to Multiply two numbers using Functions
  587. F# program to Divide two numbers
  588. F# program to Divide two numbers using Functions
  589. F# program to Divide two numbers using Try Catch
  590. F# program to find Modulus of two numbers
  591. F# program to find Modulus of two numbers using Functions
  592. F# program to find Modulus of two numbers using Try Catch
  593. F# program to print the sum of first n Natural Numbers
  594. F# program to print first n Prime Numbers using Sequence
  595. F# program to perform Arithmetic Operations
  596. F# program to print Fibonacci Series
  597. F# program to print Fibonacci Series using Anonymous Recursion
  598. F# program to print Fibonacci Series using Match With
  599. F# program to find Factorial of a Number
  600. F# program to find GCD of two Numbers
  601. Introduction to Java
  602. Java Virtual Machine (JVM) and Bytecode
  603. Features of Java
  604. Setting up the Java Development Kit (JDK)
  605. Difference Between Oracle JDK and OpenJDK
  606. Integrated Development Environments (IDEs) for Java
  607. First Java Program
  608. Java Keywords
  609. Java identifiers
  610. Lists in Python
  611. Strings in Python
  612. Tuples in Python
  613. Sets in Python
  614. Dictionary in Python
  615. File Handling in Python
  616. Introduction to Lua
  617. Passage 1
  618. Passage 2
  619. Passage 3
  620. Passage 4
  621. Passage 5
  622. Passage 6
  623. Passage 7
  624. Passage 8
  625. Passage 9
  626. Passage 10
  627. Passage 11
  628. Passage 12
  629. Passage 13
  630. Passage 14
  631. Passage 15
  632. Passage 16
  633. Passage 17
  634. Passage 18
  635. Passage 19
  636. Passage 20
  637. Passage 21
  638. Passage 22
  639. Passage 23
  640. Passage 24
  641. Passage 25
  642. Passage 26
  643. Passage 27
  644. Passage 28
  645. Passage 29
  646. Passage 30
  647. Passage 31
  648. Passage 32
  649. Passage 33
  650. Passage 34
  651. Passage 35
  652. Passage 36
  653. Passage 37
  654. Passage 38
  655. Passage 39
  656. Passage 40
  657. Passage 41
  658. Passage 42
  659. Passage 43
  660. Passage 44
  661. Passage 45
  662. Passage 46
  663. Passage 47
  664. Passage 48
  665. Passage 49
  666. Passage 50
  667. Passage 51
  668. Passage 52
  669. Passage 53
  670. Passage 54
  671. Passage 55
  672. Passage 56
  673. Passage 57
  674. Passage 58
  675. Passage 59
  676. Passage 60
  677. Passage 61
  678. Passage 62
  679. Passage 63
  680. Passage 64
  681. Passage 65
  682. Passage 66
  683. Passage 67
  684. Passage 68
  685. Passage 69
  686. Passage 70
  687. Passage 71
  688. Passage 72
  689. Passage 73
  690. Passage 74
  691. Passage 75
  692. Passage 76
  693. Passage 77
  694. Passage 78
  695. Passage 79
  696. Passage 80
  697. Passage 81
  698. Passage 82
  699. Passage 83
  700. Passage 84
  701. Passage 85
  702. Passage 86
  703. Passage 87
  704. Passage 88
  705. Passage 89
  706. Passage 90
  707. Passage 91
  708. Passage 92
  709. Passage 93
  710. Passage 94
  711. Passage 95
  712. Passage 96
  713. Passage 97
  714. Passage 98
  715. Passage 99
  716. Passage 100
  717. Passage 101
  718. Passage 102
  719. Passage 103
  720. Passage 104
  721. Passage 105
  722. Passage 106
  723. Passage 107
  724. Passage 108
  725. Passage 109
  726. Passage 110
  727. Passage 111
  728. Passage 112
  729. Passage 113
  730. Passage 114
  731. Passage 115
  732. Passage 116
  733. Passage 117
  734. Passage 118
  735. Passage 119
  736. Passage 120
  737. Passage 121
  738. Passage 122
  739. Passage 123
  740. Passage 124
  741. Passage 125
  742. Passage 126
  743. Passage 127
  744. Passage 128
  745. Passage 129
  746. Passage 130
  747. Passage 131
  748. Passage 132
  749. Passage 133
  750. Passage 134
  751. Passage 135
  752. Passage 136
  753. Passage 137
  754. Passage 138
  755. Passage 139
  756. Passage 140
  757. Passage 141
  758. Passage 142
  759. Passage 143
  760. Passage 144
  761. Passage 145
  762. Passage 146
  763. Passage 147
  764. Passage 148
  765. Passage 149
  766. Passage 150
  767. Passage 151
  768. Passage 152
  769. Passage 153
  770. Passage 154
  771. Passage 155
  772. Passage 156
  773. Passage 157
  774. Passage 158
  775. Passage 159
  776. Passage 160
  777. Passage 161
  778. Passage 162
  779. Passage 163
  780. Passage 164
  781. Passage 165
  782. Passage 166
  783. Passage 167
  784. Passage 168
  785. Passage 169
  786. Passage 170
  787. Passage 171
  788. Passage 172
  789. Passage 173
  790. Passage 174
  791. Passage 175
  792. Passage 176
  793. Passage 177
  794. Passage 178
  795. Passage 179
  796. Passage 180
  797. Passage 181
  798. Passage 182
  799. Passage 183
  800. Passage 184
  801. Passage 185
  802. Passage 186
  803. Passage 187
  804. Passage 188
  805. Passage 189
  806. Passage 190
  807. Passage 191
  808. Passage 192
  809. Passage 193
  810. Passage 194
  811. Passage 195
  812. Passage 196
  813. Passage 197
  814. Passage 198
  815. Passage 199
  816. Passage 200
  817. Passage 201
  818. Passage 202
  819. Passage 203
  820. Passage 204
  821. Passage 205
  822. Passage 206
  823. Passage 207
  824. Passage 208
  825. Passage 209
  826. Passage 210
  827. Passage 211
  828. Passage 212
  829. Passage 213
  830. Passage 214
  831. Passage 215
  832. Passage 216
  833. Passage 217
  834. Passage 218
  835. Passage 219
  836. Passage 220
  837. Passage 221
  838. Passage 222
  839. Passage 223
  840. Passage 224
  841. Passage 225
  842. Passage 226
  843. Passage 227
  844. Passage 228
  845. Passage 229
  846. Passage 230
  847. Passage 231
  848. Passage 232
  849. Passage 233
  850. Passage 234
  851. Passage 235
  852. Passage 236
  853. Passage 237
  854. Passage 238
  855. Passage 239
  856. Passage 240
  857. Passage 241
  858. Passage 242
  859. Passage 243
  860. Passage 244
  861. Passage 245
  862. Passage 246
  863. Passage 247
  864. Passage 248
  865. Passage 249
  866. Passage 250
  867. Passage 251
  868. Passage 252
  869. Passage 253
  870. Passage 254
  871. Passage 255
  872. Passage 256
  873. Passage 257
  874. Passage 258
  875. Passage 259
  876. Passage 260
  877. Passage 261
  878. Passage 262
  879. Passage 263
  880. Passage 264
  881. Passage 265
  882. Passage 266
  883. Passage 267
  884. Passage 268
  885. Passage 269
  886. Passage 270
  887. Passage 271
  888. Passage 272
  889. Passage 273
  890. Passage 274
  891. Passage 275
  892. Passage 276
  893. Passage 277
  894. Passage 278
  895. Passage 279
  896. Passage 280
  897. Passage 281
  898. Passage 282
  899. Passage 283
  900. Passage 284
  901. Passage 285
  902. Passage 286
  903. Passage 287
  904. Passage 288
  905. Passage 289
  906. Passage 290
  907. Passage 291
  908. Passage 292
  909. Passage 293
  910. Passage 294
  911. Passage 295
  912. Passage 296
  913. Passage 297
  914. Passage 298
  915. Passage 299
  916. Passage 300
  917. Question 1
  918. Question 2
  919. Question 3
  920. Question 4
  921. Question 5
  922. Question 6
  923. Question 7
  924. Question 8
  925. Question 9
  926. Question 10
  927. Question 11
  928. Question 12
  929. Question 13
  930. Question 14
  931. Question 15
  932. Question 16
  933. Question 17
  934. Question 18
  935. Question 19
  936. Question 20
  937. Question 21
  938. Question 23
  939. Question 24
  940. Question 25
  941. Question 26
  942. Question 27
  943. Question 28
  944. Question 29
  945. Question 30
  946. Question 31
  947. Question 32
  948. Question 33
  949. Question 34
  950. Question 35
  951. Question 36
  952. Question 37
  953. Question 38
  954. Question 39
  955. Question 40
  956. Question 41
  957. Question 42
  958. Question 43
  959. Question 44
  960. Question 45
  961. Question 46
  962. Question 47
  963. Question 48
  964. Ganesha Ashtottara Shatanamavali English
  965. Ganesha Ashtottara Shatanamavali Kannada
  966. Ganesha Ashtottara Shatanamavali Telugu
  967. Ganesha Ashtottara Shatanamavali Hindi
  968. Ganesha Ashtottara Shatanamavali Sanskrit
  969. Ganesha Ashtottara Shatanamavali Tamil
  970. Vinayaka Ashtottara Shatanamavali English
  971. Vinayaka Ashtottara Shatanamavali Kannada
  972. Vinayaka Ashtottara Shatanamavali Telugu
  973. Vinayaka Ashtottara Shatanamavali Hindi
  974. Vinayaka Ashtottara Shatanamavali Sanskrit
  975. Vinayaka Ashtottara Shatanamavali Tamil
  976. Ganapati Gakara Ashtottara Shatanamavali English
  977. Ganapati Gakara Ashtottara Shatanamavali Kannada
  978. Ganapati Gakara Ashtottara Shatanamavali Telugu
  979. Ganapati Gakara Ashtottara Shatanamavali Hindi
  980. Ganapati Gakara Ashtottara Shatanamavali Sanskrit
  981. Ganapati Gakara Ashtottara Shatanamavali Tamil
  982. Sri Subramanya Ashtottara Shatanamavali English
  983. Sri Subramanya Ashtottara Shatanamavali Kannada
  984. Sri Subramanya Ashtottara Shatanamavali Telugu
  985. Sri Subramanya Ashtottara Shatanamavali Hindi
  986. Sri Subramanya Ashtottara Shatanamavali Sanskrit
  987. Sri Subramanya Ashtottara Shatanamavali Tamil
  988. Shiva Ashtottara Shatanamavali English
  989. Shiva Ashtottara Shatanamavali Kannada
  990. Shiva Ashtottara Shatanamavali Telugu
  991. Shiva Ashtottara Shatanamavali Hindi
  992. Shiva Ashtottara Shatanamavali Sanskrit
  993. Shiva Ashtottara Shatanamavali Tamil
  994. Satyanarayana Ashtottara Shatanamavali (Type 1) English
  995. Satyanarayana Ashtottara Shatanamavali (Type 1) Kannada
  996. Satyanarayana Ashtottara Shatanamavali (Type 1) Telugu
  997. Satyanarayana Ashtottara Shatanamavali (Type 1) Hindi
  998. Satyanarayana Ashtottara Shatanamavali (Type 1) Sanskrit
  999. Satyanarayana Ashtottara Shatanamavali (Type 1) Tamil
  1000. Sri Durga Ashtottara Shatanamavali English
  1001. Sri Durga Ashtottara Shatanamavali Kannada
  1002. Sri Durga Ashtottara Shatanamavali Telugu
  1003. Sri Durga Ashtottara Shatanamavali Hindi
  1004. Sri Durga Ashtottara Shatanamavali Sanskrit
  1005. Sri Durga Ashtottara Shatanamavali Tamil
  1006. Sri Krishna Ashtottara Shatanamavali English
  1007. Sri Krishna Ashtottara Shatanamavali Kannada
  1008. Sri Krishna Ashtottara Shatanamavali Telugu
  1009. Sri Krishna Ashtottara Shatanamavali Hindi
  1010. Sri Krishna Ashtottara Shatanamavali Sanskrit
  1011. Sri Krishna Ashtottara Shatanamavali Tamil
  1012. Sri Lakshmi Ashtottara Shatanamavali English
  1013. Sri Lakshmi Ashtottara Shatanamavali Kannada
  1014. Sri Lakshmi Ashtottara Shatanamavali Telugu
  1015. Sri Lakshmi Ashtottara Shatanamavali Hindi
  1016. Sri Lakshmi Ashtottara Shatanamavali Sanskrit
  1017. Sri Lakshmi Ashtottara Shatanamavali Tamil
  1018. Venkateshwara Ashtottara Shatanamavali English
  1019. Venkateshwara Ashtottara Shatanamavali Kannada
  1020. Venkateshwara Ashtottara Shatanamavali Telugu
  1021. Venkateshwara Ashtottara Shatanamavali Hindi
  1022. Venkateshwara Ashtottara Shatanamavali Sanskrit
  1023. Venkateshwara Ashtottara Shatanamavali Tamil
  1024. Batuka Bhairava Ashtottara Shatanamavali English
  1025. Batuka Bhairava Ashtottara Shatanamavali Telugu
  1026. Batuka Bhairava Ashtottara Shatanamavali Hindi
  1027. Batuka Bhairava Ashtottara Shatanamavali Sanskrit
  1028. Batuka Bhairava Ashtottara Shatanamavali Tamil
  1029. Sri Lakshmi Narasimha Ashtottara Shatanamavali English
  1030. Sri Lakshmi Narasimha Ashtottara Shatanamavali Kannada
  1031. Sri Lakshmi Narasimha Ashtottara Shatanamavali Telugu
  1032. Sri Lakshmi Narasimha Ashtottara Shatanamavali Hindi
  1033. Sri Lakshmi Narasimha Ashtottara Shatanamavali Sanskrit
  1034. Sri Lakshmi Narasimha Ashtottara Shatanamavali Tamil
  1035. Sri Kali Ashtottara Shatanamavali English
  1036. Sri Kali Ashtottara Shatanamavali Kannada
  1037. Sri Kali Ashtottara Shatanamavali Telugu
  1038. Sri Kali Ashtottara Shatanamavali Hindi
  1039. Sri Kali Ashtottara Shatanamavali Sanskrit
  1040. Sri Kali Ashtottara Shatanamavali Tamil
  1041. Sri Saraswati Ashtottara Shatanamavali English
  1042. Sri Saraswati Ashtottara Shatanamavali Kannada
  1043. Sri Saraswati Ashtottara Shatanamavali Telugu
  1044. Sri Saraswati Ashtottara Shatanamavali Hindi
  1045. Sri Saraswati Ashtottara Shatanamavali Sanskrit
  1046. Sri Saraswati Ashtottara Shatanamavali Tamil
  1047. Sri Mangala Gowri Ashtottara Shatanamavali English
  1048. Aam Ka Mitha Achar
  1049. Aamti
  1050. Achari Paneer
  1051. Adai
  1052. Agra Petha
  1053. Extra Creamy Potato Soup
  1054. Aloo Wadiyan Rasedaar
  1055. Aloo Baigan
  1056. Aloo Bonda
  1057. Aloo Dahi Wale
  1058. Aloo Dahiwada
  1059. Aloo Gobi
  1060. Aloo Ka Bharta
  1061. Aloo Ki Khichdi
  1062. Aloo Kurkure
  1063. Aloo Mangodi
  1064. Aloo Methi
  1065. Aloo Mewawale
  1066. Aloo Palak
  1067. Aloo Patta Gobi
  1068. Aloo Phulkopir Dalna
  1069. Aloo Poha
  1070. Aloo Posto
  1071. Aloo Pulao
  1072. Aloo Sabzi
  1073. Aloo Took
  1074. Alutua
  1075. Amer Chatni
  1076. Amer Mishti Achar
  1077. Amla Ki Chutney
  1078. Amla Pickle
  1079. Amti
  1080. Anaraser Chatni
  1081. Appam
  1082. Apple and Mango Chutney
  1083. Apple and Onion Bake
  1084. Apple Jam
  1085. Apple Jelly
  1086. Apricot and Pineapple Jam
  1087. Apricot Chutney
  1088. Apricot Jam
  1089. Apricot Sauce
  1090. Aratikaaya Masala Pulusu
  1091. Arbi Pickle
  1092. Arhar Dal
  1093. Arhar Dal with Green Mango
  1094. Asoondi
  1095. Atta Chakuli
  1096. Atte Ka Seera
  1097. Aviyal
  1098. Baadusha
  1099. Baby Corn Soup (Type 1)
  1100. Badam Ka Seera
  1101. Badam Kaju Pista Burger
  1102. Badam Kheer
  1103. Bagala Baath
  1104. Baghare Baigan
  1105. Banana Chips
  1106. Banana Chutney
  1107. Bandha Kobhi Chadchadee
  1108. Basic Bean Soup
  1109. Basil and Badam Soup
  1110. Beetroot Halwa
  1111. Begun Bhaja
  1112. Bendakaya Fry
  1113. Besan Dhokla
  1114. Bhaja Muga Dali
  1115. Bharwan Baingan
  1116. Bhel Puri
  1117. Bhindi Anardana
  1118. Bhindi Bhaji
  1119. Black Bean Soup
  1120. Black Eye Beans Curry
  1121. Boiled Rice
  1122. Bombay Chapathi Sandwich
  1123. Bombay Chiwda
  1124. Boondi Raita
  1125. Bread Barfi
  1126. Brinjal Caviar
  1127. Brinjal Rice
  1128. Buttermilk Dosa
  1129. Cabbage Apple Delight
  1130. Cabbage Paratha
  1131. Cabbage Poriyal
  1132. Carrot and Cilantro Soup
  1133. Carrot and Lentil Soup
  1134. Carrot Chutney
  1135. Carrot Halwa
  1136. Carrot Jam
  1137. Carrot Kheer
  1138. Carrot Muffin
  1139. Carrot Pickle
  1140. Carrot Rice
  1141. Carrots in Foil
  1142. Cashew Nut Chutney
  1143. Cauliflower Turnip and Carrot Pickle
  1144. Celery Payaru Thoran
  1145. Chakkar Pongal
  1146. Chana Dal
  1147. Chana Dal Paratha
  1148. Chanar Bara
  1149. Chanar Dalna
  1150. Chane Jaiselmer Ke
  1151. Charupodi
  1152. Cheese Pakora
  1153. Cheesy Potato Croquettes
  1154. Sri Kukke Subrahmanya Temple (Subramanya)
  1155. Manjunatha Swamy Temple (Dharmasthala)
  1156. Shree Mahaganapathi Temple (Southadka)
  1157. Shri Vinayaka Temple (Aane Gudde - Kumbashi)
  1158. Shri Idagunji Maha Ganapati Temple (Idagunji)
  1159. Mookambika Temple (Kollur)
  1160. Sri Krishna Matha (Udupi)
  1161. Sri Manjunatha Temple (Kadri)
  1162. Mangaladevi Temple (Mangalore)
  1163. Gokarnanatha Temple (Kudroli)
  1164. Sharadamba Temple (Sringeri)
  1165. Annapooreshwari Temple (Horanadu)
  1166. Durga Parameshwari Temple (Kateel)
  1167. Shri Brahmi Durgaparameshwari Temple (Kamalashile)
  1168. Shri Murudeshwara Temple (Murudeshwara)
  1169. Mahabaleshwar Temple (Gokarna)
  1170. Shri Rajarajeshwari Temple (Polali)
  1171. Shri Shankaranarayana Temple (Shankaranarayana)
  1172. Guru Narasimha Temple (Saligrama)
  1173. Shri Ananthapadmanabha Temple (Kudupu)
  1174. Shri Sada Shivarudra Temple (Ujire)
  1175. Shri Shishileshwara Temple (Shishila)
  1176. Shri Vaidyanatheshwara Temple (Kokkada)
  1177. Shri Rishyasringeshwara Temple (Kigga)
  1178. Annapoorneshwari Temple (Hosanadu Kodyadka)
  1179. Shree Sharadhamba Temple (Koodli)
  1180. Sri Surya Narayana Temple (Naravi)
  1181. Kalaseshwara Temple (Kalasa)
  1182. Shri Jagadguru Badari Shankaracharya Samsthanam (Shakatapuram)
  1183. Guli Guli Shankareshwara Swamy Temple (Shimoga)
  1184. Sri Vinayaka Temple (Guddattu)
  1185. The Monkey and the Wedge
  1186. The Jackal and the Drum
  1187. The Fall and Rise of a Merchant
  1188. The Foolish Sage
  1189. The Greedy Jackal and the Fighting Goats
  1190. The Clever Crows and the Cunning Jackal
  1191. The Cunning Heron and the Clever Crab
  1192. The Clever Hare and the Foolish Lion
  1193. The Bug and the Flea
  1194. The story of a Blue Jackal
  1195. The Lion, the Camel, the Jackal and the Crow
  1196. The Tittibha Birds and the Sea