Results for "Number Algorithms"

Total results: 576

  1. Java Program to find sum of two integer numbers
  2. Java Program to find sum of two integer numbers using Scanner Class
  3. Java Program to find area of circle
  4. Java Program to find perimeter of circle
  5. Java Program to Print Lower Triangle Matrix Excluding Principal Diagonal Matrix
  6. Java Program to Print Upper Triangle Matrix Excluding Principal Diagonal Matrix
  7. Java Program to Print Lower Triangle Matrix Including Principal Diagonal Matrix
  8. Java Program to Print Upper Triangle Matrix Including Principal Diagonal Matrix
  9. Java Program to find Sum of Lower Triangle Matrix Excluding Principal Diagonal Matrix
  10. Java Program to find Sum of Upper Triangle Matrix Excluding Principal Diagonal Matrix
  11. Java Program to find Sum of Lower Triangle Matrix Including Principal Diagonal Matrix
  12. Java Program to find Sum of Upper Triangle Matrix Including Principal Diagonal Matrix
  13. Java Program to Reverse a Number
  14. Java Program to Reverse a String
  15. Java Program to find maximum element in an array
  16. Java Program to find minimum element in an array
  17. Java Program to find fibonacci series of a number
  18. Java Program to find fibonacci series of a number using methods
  19. Java Program to find fibonacci series of a number using recursion
  20. Java Program example to demonstrate String charAt method
  21. Java Program example to demonstrate String compareTo method
  22. Java Program example to demonstrate String compareToIgnoreCase method
  23. Java Program example to demonstrate String contentEquals method
  24. Java Program to demonstrate Integer wrapper class
  25. Java Program to demonstrate Float wrapper class
  26. Java Program to demonstrate Byte wrapper class
  27. Java Program to show usage of Enum which prints the size of coffee mug
  28. Java Program to show usage of this pointer using Order Pizza Program
  29. Java Program to pick random value from enumerations
  30. Java Program to count the occurrence of a number
  31. Java Program for Div Zero Exception
  32. Java Program to demonstrate nested try block
  33. Java Program example to demonstrate variable length of arguments
  34. Java Program to demonstrate ArrayList
  35. Java Program to calculate Student Average of a Class using User defined Storage Classes
  36. Java Program to find sum of array elements
  37. Java Program to find average of array elements
  38. Java Program to find Median of array elements
  39. Java program to sort array using temporary variable
  40. Java Program to add two binary numbers
  41. Java Program to add two binary numbers using ParseInt
  42. Java Program to subtract two binary numbers using ParseInt
  43. Java Program to multiply two binary numbers using ParseInt
  44. Java Program to divide two binary numbers using ParseInt
  45. Java Program to count Vowels and Consonants in a given string
  46. Java Program to count digits and white spaces in a given string
  47. Java Program to print all substrings of a given string
  48. Java Program to add two matrices
  49. Java Program to subtract two matrices
  50. Java Program to multiply two matrices
  51. Python Program to initialize different datatypes and print
  52. Python Program to find sum of two integer numbers
  53. Python Program to find difference of two integer numbers
  54. Python Program to find product of two integer numbers
  55. Python Program to find division of two integer numbers
  56. Python Program to find biggest of two integer numbers
  57. Python Program to find biggest of three numbers
  58. Python Program to swap two numbers using temporary variable
  59. Python Program to swap two numbers using xor
  60. Python Program to find swap two numbers without temp variable (Addition and Subtraction Method)
  61. Python Program to find swap two numbers without temp variable (Multiplication and Division Method)
  62. Python Program to check whether a given number is an Armstrong Number or not
  63. Python Program to check whether a given number is an Armstrong Number or not using lambda and list
  64. Python Program to reverse an integer number
  65. Python Program to find sum of digits
  66. Python Program to find maximum element in an array
  67. Python Program to find sum of array elements using for
  68. Python Program to find sum of array elements using sum function
  69. Python Program to find fibonacci series
  70. Python Program to check if a given number is Prime or not
  71. Python Program to find the square root of a given number
  72. Python Program to convert Celsius to Fahrenheit
  73. Python Program to convert Fahrenheit to Celsius
  74. Python Program to generate a random number within the given range
  75. C Program to find the sum of two integer numbers
  76. C Program to find the difference of two integer numbers
  77. C Program to find the product of two integer numbers
  78. C Program to find the division of two integer numbers
  79. C Program to swap two variables by shifting bits
  80. C Program to swap two variables by performing xor operation
  81. C Program to find positive negative or zero using Conditional Operator
  82. C Program to find positive negative or zero using If Else statement
  83. C Program to find odd or even using Conditional Operator
  84. C Program to find odd or even using If Else statement
  85. C Program to find odd or even using goto statement
  86. C Program to check whether a given number is a Perfect Number or not
  87. C Program to check whether a given number is an Armstrong Number or not
  88. C Program to generate Armstrong number within a given range
  89. C Program to check whether a given number is an Armstrong Number or not using user defined power function
  90. C Program to check whether a given number is an Armstrong Number or not using in built power function
  91. C Program to find biggest of two numbers using Conditional Operator
  92. C Program to find biggest of two numbers using If Else statement
  93. C Program to find biggest of three numbers using Conditional Operator
  94. C Program to find biggest of three numbers using If Else statement
  95. C Program to find biggest of three numbers using nested If Else statement
  96. C Program to find biggest of three numbers using Binary Minus
  97. C Program to find smallest of three numbers using Conditional Operator
  98. C Program to find smallest of three numbers using If Else statement
  99. C Program to find smallest of three numbers using nested If Else statement
  100. C Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using if else ladder statement
  101. C Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using switch statement
  102. C Program to demonstrate the use of sizeof operator
  103. C Program to identify a character or a digit using ASCII values
  104. C Program to identify a character digit or special character using Built In functions
  105. C Program to identify a character or a digit using Built In functions
  106. C Program to print first n natural numbers using for loop
  107. C Program to print first n natural numbers using while loop
  108. C Program to print first n natural numbers using do while loop
  109. C Program to find the sum of first n natural numbers using for loop
  110. C Program to find the sum of first n natural numbers using while loop
  111. C Program to sum of n natural numbers using do while
  112. C Program to find the factorial of a given number
  113. C Program to find factorial of a number using functions
  114. C Program to find GCD and LCM of a given two number
  115. C Program to generate Fibonacci Series for first n natural numbers
  116. C Program to check whether a given integer number is palindrome or not
  117. C Program to print first n prime numbers
  118. C Program to print prime numbers within given range
  119. C Program to check if a number is prime number or not
  120. C Program to reverse a given integer number using while loop
  121. C Program to reverse a given integer number using while loop using functions
  122. C Program to reverse an integer number using for
  123. C Program to reverse an integer number using do while
  124. C Program to print random number
  125. C Program to print random number within range
  126. C Program to check anagram by checking frequency
  127. C Program to check anagram by sorting strings
  128. C Program to find area of Regular Polygon sides
  129. C Program to find power of a number without inbuilt function
  130. C Program to sort a set of strings alphabetically
  131. C Program to find Permutations nPr
  132. C Program to find Combinations nCr
  133. C Program to find Sum of Digits of a given number Type 1
  134. C Program to find Sum of Digits of a given number Type 2
  135. C Program to find sum of two numbers using command line arguments
  136. C Program to find sum of two numbers using functions with returning the value
  137. C Program to find sum of two numbers using functions without returning the value
  138. C Program to print first n odd numbers
  139. C Program to print first n even numbers
  140. C Program to print n odd numbers within range
  141. C Program to print n even numbers within range
  142. C Program to print first n odd and even numbers Type 1
  143. C Program to print first n odd and even numbers Type 2
  144. C Program to find the sum of first n odd numbers using for loop
  145. C Program to print the sum of n odd numbers using while
  146. C Program to print the sum of n odd numbers using do while
  147. C Program to print the sum of n odd numbers within range using for
  148. C Program to print the sum of n odd numbers within range using while
  149. C Program to print the sum of n odd numbers within range using do while
  150. C Program to find the sum of first n even numbers using for loop
  151. C Program to print the sum of n even numbers using while
  152. C Program to print the sum of n even numbers using do while
  153. C Program to print the sum of n even numbers within range using for
  154. C Program to print the sum of n even numbers within range using while
  155. C Program to print the sum of n even numbers within range using do while
  156. C Program to find the sum of first n odd and even numbers using for
  157. C Program to print the sum of n odd and even numbers using while
  158. C Program to print the sum of n odd and even numbers using do while
  159. C Program to print the sum of n odd and even numbers within range using for
  160. C Program to print the sum of n odd and even numbers within range using while
  161. C Program to print the sum of n odd and even numbers within range using do while
  162. C Program to convert binary to decimal number
  163. C Program to convert binary to hexadecimal number
  164. C Program to convert binary to octal number
  165. C Program to convert a decimal to binary number
  166. C Program to convert decimal to hexadecimal number
  167. C Program to convert a decimal to octal number
  168. C Program to convert octal to binary number
  169. C Program to convert an octal to decimal number
  170. C Program to convert octal to hexadecimal number
  171. C Program to find maximum element in an array without sorting
  172. C Program to find minimum element in an array without sorting
  173. C Program to merge two arrays one after the other
  174. C Program to find the sum of array elements
  175. C Program to find sum of two arrays
  176. C Program to search a key element using Binary Search method
  177. C Program to search a key element using Binary Search using Functions
  178. C Program to search a key element using Linear Search method
  179. C Program to search a key element using Linear Search using Functions
  180. C Program to add two matrix
  181. C Program to subtract two matrix
  182. C Program to find sum of lower triangle matrix
  183. C Program to find sum of upper triangle matrix
  184. C Program to add principal diagonal elements in a matrix
  185. C Program to transpose a matrix
  186. C Program to check if the entered matrix is magic square or not
  187. C Program to implement basic operation of Stacks using global variables
  188. C Program to implement basic operation of Stacks using arrays and pointers
  189. C Program to implement basic operation of Stacks using structures
  190. C Program to implement Stacks using Singly Linked List
  191. C Program to convert a valid Infix expression to postfix using Stacks
  192. C Program to convert a valid Infix expression to postfix using Structures
  193. C Program to evaluate a valid Postfix expression using Stacks
  194. C Program to find sum of n natural numbers using recursion
  195. C Program to find the factorial of a given number using recursion
  196. C Program to generate fibonacci series using recursion
  197. C Program to find nth fibonacci number using recursion
  198. C Program to search a key element using linear search using recursion
  199. C Program to search a key element using binary search using recursion
  200. C Program to implement Tower of Hanoi
  201. C Program to implement basic operations of Linear Queue using arrays and pointers
  202. C Program to implement basic operations of Circular Queue using arrays and pointers
  203. C Program to implement Priority Queues using array of structures
  204. C Program to implement Singly Linked List to insert and delete a node from front and display the contents of the Singly List
  205. C Program to implement Singly Linked List to insert and delete a node from rear and display the contents of the Singly List
  206. 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
  207. 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
  208. 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
  209. C Program to reverse a digit using recursion
  210. C Program to print prime numbers within a range using recursion
  211. C Program to check prime numbers using recursion
  212. C Program to sort an array using Bubble Sort
  213. C Program to sort an array using Bubble Sort using functions
  214. C Program to sort an array using Selection Sort
  215. C Program to sort an array using Insertion Sort
  216. C Program to sort an array using Insertion Sort using functions
  217. C Program to sort an array using Merge Sort
  218. C Program to sort an array using Shell Sort
  219. C Program to implement 01 Knapsack problem
  220. C Program to implement 01 Knapsack problem using recursion
  221. C Program to implement Fractional Knapsack problem using Greedy Method
  222. C Program to implement Prim's Algorithm
  223. C Program to solve N Queens using greedy method
  224. C Program to implement Warshall's algorithm
  225. C Program to find square of a number using macro functions
  226. C Program to find sum of array elements using pointers
  227. C Program to add two complex numbers using structures
  228. C Program to count vowels and consonents in a given sentence
  229. C Program to print small alphabets in right angled triangle pattern in series
  230. C Program to print capital alphabets in right angled triangle pattern in series
  231. C Program to print number a Right angled Triangle pattern
  232. C Program to print first n natural numbers in a Right angled Triangle pattern
  233. C Program to print even numbers in a Right angled Triangle pattern
  234. C Program to print prime numbers in a Right angled Triangle pattern
  235. C Program to print binary numbers in a Right angled Triangle pattern
  236. C Program to print numbers in rows and columns of Quadrangle pattern
  237. C Program to print numbers in rows and columns of Quadrangle pattern in reverse order
  238. C Program to print Equilateral Triangle in a pyramid star pattern
  239. C Program to print Inverted Equilateral Triangle in a pyramid star pattern
  240. C Program to print Right angled Triangle in a pyramid star pattern Type 1
  241. C Program to print Right angled Triangle in a pyramid star pattern Type 2
  242. C Program to print Inverted Right angled Triangle in a pyramid star pattern Type 1
  243. C Program to print Inverted Right angled Triangle in a pyramid star pattern Type 2
  244. C Program to print Hollow Right angled Triangle in a pyramid star pattern Type 1
  245. C Program to print Hollow Right angled Triangle in a pyramid star pattern Type 2
  246. C Program to print Hollow Inverted Right angled Triangle in a pyramid star pattern Type 1
  247. C Program to print Hollow Inverted Right angled Triangle in a pyramid star pattern Type 2
  248. C Program to print Rhombus in a star pattern
  249. C Program to print Hollow Rhombus in a star pattern Type 1
  250. C Program to print Hollow Rhombus in a star pattern Type 2
  251. C Program to print Solid Square in a star pattern
  252. C Program to print Solid Rectangle in a star pattern
  253. C Program to print Hollow Rectangle in a star pattern
  254. C Program to print Left Arrow in a star pattern Type 1
  255. C Program to print Left Arrow in a star pattern Type 2
  256. C Program to print Right Arrow in a star pattern Type 1
  257. C Program to print Right Arrow in a star pattern Type 2
  258. C Program to print Half Left Diamond in a star pattern
  259. C Program to print Half Right Diamond in a star pattern
  260. C Program to print Alphabet K in a star pattern
  261. C Program to print Alphabet X in a star pattern
  262. C Program to print Symbol Plus in a star pattern
  263. C Program to create Floyds triangle
  264. C Program to print Pascal triangle
  265. C++ Program to find the sum of two integer numbers
  266. C++ Program to find the difference of two integer numbers
  267. C++ Program to find the product of two integer numbers
  268. C++ Program to find the division of two integer numbers
  269. C++ Program to find the sum of two integer numbers using classes and objects
  270. C++ Program to find biggest of two numbers
  271. C++ Program to find biggest of three numbers
  272. C++ Program to sort an array using Merge Sort
  273. C++ Program to sort an array using Insertion Sort
  274. C++ Program to find biggest of two numbers using Inline Functions
  275. C++ Program to find sum of two numbers using pointer returning functions
  276. C++ Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using switch statement
  277. C++ Program to generate fibonacci series
  278. C++ Program to generate fibonacci series using class
  279. C++ Program to find factorial of a number without classes
  280. C++ Program to find factorial of a number using classes
  281. C++ Program to find factorial of a number using copy constructor
  282. C++ Program to find square of a number using templates
  283. C++ Program to find power of a number without inbuilt function
  284. C++ Program to print sum of n natural numbers using do while
  285. C++ Program to check if entered number is prime or not using classes
  286. C++ Program to convert binary to octal
  287. C++ Program to convert decimal to hexadecimal
  288. C++ Program to convert octal to binary
  289. C++ Program to reverse an integer number using for
  290. C++ Program to reverse an integer number using while
  291. C++ Program to reverse an integer number using do while
  292. C++ Program to find odd or even using If Else statement
  293. C++ Program to add two complex numbers
  294. C++ Program to find sum of two arrays
  295. C++ Program to add two matrix
  296. C++ Program to print n even numbers within range
  297. C++ Program to print n odd numbers within range
  298. C++ Program to print the sum of n even numbers using while
  299. C++ Program to print the sum of n even numbers using do while
  300. C++ Program to print the sum of n even numbers within range using for
  301. C++ Program to print the sum of n even numbers within range using while
  302. C++ Program to print the sum of n even numbers within range using do while
  303. C++ Program to print the sum of n odd numbers using while
  304. C++ Program to print the sum of n odd numbers using do while
  305. C++ Program to print the sum of n odd numbers within range using for
  306. C++ Program to print the sum of n odd numbers within range using while
  307. C++ Program to print the sum of n odd numbers within range using do while
  308. C++ Program to print the sum of n odd and even numbers using while
  309. C++ Program to print the sum of n odd and even numbers using do while
  310. C++ Program to print the sum of n odd and even numbers within range using for
  311. C++ Program to print the sum of n odd and even numbers within range using while
  312. C++ Program to print the sum of n odd and even numbers within range using do while
  313. C# Program to add two numbers
  314. C# Program to subtract two numbers
  315. C# Program to multiply two numbers
  316. C# Program to divide two numbers
  317. C# Program to calculate area of pentagon
  318. C# Program to sort an array using Insertion Sort
  319. C# program to print first n Natural Numbers
  320. C# program to print n Even Natural Numbers
  321. C# program to print n Odd Natural Numbers
  322. C# program to find Sum of first n Natural Numbers
  323. C# program to find Sum of first n Even Natural Numbers
  324. C# program to find Sum of first n Odd Natural Numbers
  325. C# program to check Even or Odd Number
  326. C# program to check Positive or Negative Number
  327. C# program to Compare Two Numbers
  328. C# program to find Modulus of Two Numbers
  329. C# program to display Multiplication Table
  330. C# program to print Odd Even Series
  331. C# program to print Floyds Triangle
  332. C# program to print Pascal Triangle
  333. C# program to print half Pyramid of Numbers
  334. C# program to print half Pyramid of Alphabets
  335. C# program to print half Pyramid of Stars
  336. C# program to print full Inverted Pyramid of Stars
  337. C# program to print half Inverted Pyramid of Stars
  338. C# program to print full Pyramid of Stars
  339. Rust Program to print first 10 natural numbers using for loop
  340. Rust Program to Add two Numbers
  341. Rust Program to Add two Numbers from user input
  342. Rust Program to Subtract two Numbers
  343. Rust Program to Subtract two Numbers from user input
  344. Rust Program to Multiply Two Numbers
  345. Rust Program to Multiply Two Numbers from user input
  346. Rust Program to Divide Two Numbers
  347. Rust Program to Divide Two Numbers from user input
  348. Rust Program to find Modulus of two Numbers
  349. Rust Program to find Square of a number
  350. GO Lang Program to find sum of two numbers
  351. GO Lang Program to enter integer number
  352. GO Lang Program to subtract two numbers
  353. GO Lang Program to find biggest of two numbers
  354. JavaScript Program to add of two numbers
  355. JavaScript Program to subtract of two numbers
  356. JavaScript Program to multiply of two numbers
  357. JavaScript Program to divide of two numbers
  358. JavaScript Program to print Fibonacci series
  359. JavaScript Program to find if a number is palindrome or not
  360. PHP Program to add two numbers
  361. Ruby Program to find odd or even number
  362. Ruby Program to find factorial of a number
  363. Ruby Program to add two numbers
  364. Ruby Program to add two numbers using command line
  365. Ruby Program to subtract two numbers
  366. R Program to generate random numbers using runif
  367. R Program to generate random numbers using sample
  368. R Program to add two numbers and print the result on the console
  369. R Program to find modulus of two numbers
  370. R Program to add two numbers
  371. R Program to subtract two numbers
  372. R Program to multiply two numbers
  373. R Program to divide two numbers
  374. Shell Script to find factorial of a number
  375. Shell Script to print first n natural numbers
  376. Shell Script to find sum of n numbers
  377. Shell Script to find biggest of two numbers
  378. Shell Script to find biggest of three numbers using command line arguments
  379. Shell Script to find biggest of three numbers using nested if
  380. Shell Script to find largest of three numbers using If Else statement
  381. Shell Script to print command line arguments Type 1
  382. Shell Script to print command line arguments Type 2
  383. Shell Script to print command line arguments in reverse
  384. Shell Script to find if a number is positive or negative or zero
  385. Shell Script to print first n natural numbers in a pattern of Right angled Triangle
  386. Shell Script to print first n natural numbers in a pattern of Equilateral Triangle
  387. Shell Script for simple calculator to perform addition subtraction multiplication and division based on the symbol using case statements
  388. ADA Program to print a integer number entered by user
  389. ADA Program to print a string entered by user
  390. ADA Program to find the sum of two integer number
  391. ADA Program to find the difference of two integer number
  392. ADA Program to find the product of two integer number
  393. ADA Program to find the division of two integer number
  394. ADA Program to find area of square
  395. ADA Program to find perimeter of square
  396. ADA Program to find area of rectangle
  397. ADA Program to find perimeter of rectangle
  398. Haskell Program to print integer entered by the user
  399. Haskell Program to print Fibonacci series
  400. Haskell Program to print factorial of a number
  401. Haskell Program to add two numbers
  402. Haskell Program to subtract two numbers
  403. Haskell Program to multiply two numbers
  404. Haskell Program to divide two numbers
  405. Julia Program to add two numbers
  406. Julia Program to subtract two numbers
  407. Julia Program to multiply two numbers
  408. Julia Program to divide two numbers
  409. Julia Program to find modulus of two numbers
  410. Julia Program to find power of a given number
  411. Julia Program to print n natural numbers
  412. Julia Program to check whether given number is odd or even
  413. Julia Program to print sum of n natural numbers
  414. Julia Program to check if a number is prime number or not
  415. Julia Program to print n odd numbers
  416. Julia Program to print n even numbers
  417. Julia Program to print first n prime numbers
  418. Julia Program to demonstrate creation of Array using collect method
  419. Julia Program to demonstrate creation of Arrays using splat operator
  420. Lua Program to add two numbers
  421. Lua Program to subtract two numbers
  422. Lua Program to multiply two numbers
  423. Swift Program to print Fibonacci Series for first n natural numbers
  424. Swift Program to read integer from user and print (Type 1)
  425. Swift Program to read integer from user and print (Type 2)
  426. Swift Program to read integer from user and print (Type 3)
  427. Swift Program to find the sum of two integer numbers
  428. Swift Program to find the difference of two integer numbers
  429. Swift Program to find the product of two integer numbers
  430. Swift Program to find the quotient of two integer numbers
  431. F# program to Add two numbers
  432. F# program to Add two numbers using Functions
  433. F# program to Subtract two numbers
  434. F# program to Subtract two numbers using Functions
  435. F# program to Multiply two numbers
  436. F# program to Multiply two numbers using Functions
  437. F# program to Divide two numbers
  438. F# program to Divide two numbers using Functions
  439. F# program to Divide two numbers using Try Catch
  440. F# program to find Modulus of two numbers
  441. F# program to find Modulus of two numbers using Functions
  442. F# program to find Modulus of two numbers using Try Catch
  443. F# program to print first n Natural Numbers
  444. F# program to print the sum of first n Natural Numbers
  445. F# program to print first n Prime Numbers using Sequence
  446. F# program to perform Arithmetic Operations
  447. F# program to perform Boolean Operations
  448. F# program to check Odd or Even Number
  449. F# program to check Positive or Negative Number
  450. F# program to check Palindrome Number
  451. F# program to compare two numbers
  452. F# program to compare two numbers using Functions
  453. F# program to print Fibonacci Series
  454. F# program to print Fibonacci Series using Anonymous Recursion
  455. F# program to print Fibonacci Series using Match With
  456. F# program to find Factorial of a Number
  457. F# program to find GCD of two Numbers
  458. F# program to print numbers in reverse using down to
  459. Java identifiers
  460. Lists in Python
  461. Strings in Python
  462. Tuples in Python
  463. Sets in Python
  464. Dictionary in Python
  465. File Handling in Python
  466. Passage 1
  467. Passage 3
  468. Passage 5
  469. Passage 7
  470. Passage 8
  471. Passage 9
  472. Passage 10
  473. Passage 12
  474. Passage 13
  475. Passage 15
  476. Passage 16
  477. Passage 17
  478. Passage 20
  479. Passage 23
  480. Passage 26
  481. Passage 27
  482. Passage 29
  483. Passage 30
  484. Passage 31
  485. Passage 32
  486. Passage 33
  487. Passage 34
  488. Passage 35
  489. Passage 39
  490. Passage 40
  491. Passage 41
  492. Passage 44
  493. Passage 48
  494. Passage 50
  495. Passage 51
  496. Passage 53
  497. Passage 55
  498. Passage 56
  499. Passage 57
  500. Passage 62
  501. Passage 63
  502. Passage 72
  503. Passage 74
  504. Passage 75
  505. Passage 76
  506. Passage 79
  507. Passage 81
  508. Passage 83
  509. Passage 90
  510. Passage 92
  511. Passage 93
  512. Passage 95
  513. Passage 97
  514. Passage 101
  515. Passage 106
  516. Passage 107
  517. Passage 108
  518. Passage 113
  519. Passage 115
  520. Passage 117
  521. Passage 118
  522. Passage 121
  523. Passage 122
  524. Passage 133
  525. Passage 135
  526. Passage 143
  527. Passage 145
  528. Passage 155
  529. Passage 159
  530. Passage 167
  531. Passage 171
  532. Passage 176
  533. Passage 177
  534. Passage 178
  535. Passage 181
  536. Passage 192
  537. Passage 193
  538. Passage 205
  539. Passage 206
  540. Passage 213
  541. Passage 216
  542. Passage 222
  543. Passage 223
  544. Passage 226
  545. Passage 229
  546. Passage 232
  547. Passage 234
  548. Passage 241
  549. Passage 243
  550. Passage 246
  551. Passage 248
  552. Passage 251
  553. Passage 262
  554. Passage 267
  555. Passage 274
  556. Passage 275
  557. Passage 282
  558. Passage 285
  559. Passage 286
  560. Passage 288
  561. Passage 290
  562. Passage 291
  563. Passage 292
  564. Passage 297
  565. Question 3
  566. Question 18
  567. Question 19
  568. Question 20
  569. Question 21
  570. Question 38
  571. Question 42
  572. Question 45
  573. Question 46
  574. Aloo Poha
  575. Shri Shishileshwara Temple (Shishila)
  576. Guli Guli Shankareshwara Swamy Temple (Shimoga)