Results for "Sum and Percentage"

Total results: 1207

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