Results for "sum of elements"

Total results: 1214

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