Results for "Number Manipulation"

Total results: 596

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