Results for "Number Calculation"

Total results: 585

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