Results for "Perfect Number Check"

Total results: 688

  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 Create a File
  28. Java Program to show usage of Enum which prints the size of coffee mug
  29. Java Program to show usage of this pointer using Order Pizza Program
  30. Java Program to pick random value from enumerations
  31. Java Program to count the occurrence of a number
  32. Java Program for Div Zero Exception
  33. Java Program to demonstrate nested try block
  34. Java Program example to demonstrate variable length of arguments
  35. Java Program to demonstrate ArrayList
  36. Java Program to create a user defined LinkedList class and store list of books and display
  37. Java Program to calculate Student Average of a Class using User defined Storage Classes
  38. Java Program to demonstrate stack class in Collection framework
  39. Java Swing Program to demonstrate JCheckBox with Text
  40. Java Program to find sum of array elements
  41. Java Program to check if Integer element is present in an array
  42. Java Program to check if String element is present in an array
  43. Java Program to find average of array elements
  44. Java Program to find Median of array elements
  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 count Vowels and Consonants in a given string
  51. Java Program to count digits and white spaces in a given string
  52. Java Program to check for Duplicate Characters
  53. Java Program to print all substrings of a given string
  54. Java Program to add two matrices
  55. Java Program to subtract two matrices
  56. Java Program to multiply two matrices
  57. Python Program to initialize different datatypes and print
  58. Python Program to find sum of two integer numbers
  59. Python Program to find difference of two integer numbers
  60. Python Program to find product of two integer numbers
  61. Python Program to find division of two integer numbers
  62. Python Program to find biggest of two integer numbers
  63. Python Program to find biggest of three numbers
  64. Python Program to find area of circle
  65. Python Program to find area of pentagon
  66. Python Program to swap two numbers using temporary variable
  67. Python Program to swap two numbers using xor
  68. Python Program to find swap two numbers without temp variable (Addition and Subtraction Method)
  69. Python Program to find swap two numbers without temp variable (Multiplication and Division Method)
  70. Python Program to check whether a given number is an Armstrong Number or not
  71. Python Program to check whether a given number is an Armstrong Number or not using lambda and list
  72. Python Program to reverse an integer number
  73. Python Program to find sum of digits
  74. Python Program to find maximum element in an array
  75. Python Program to find sum of array elements using for
  76. Python Program to find sum of array elements using sum function
  77. Python Program to find fibonacci series
  78. Python Program to check if a given number is Prime or not
  79. Python Program to find the square root of a given number
  80. Python Program to convert Celsius to Fahrenheit
  81. Python Program to convert Fahrenheit to Celsius
  82. Python Program to generate a random number within the given range
  83. C Program to find the sum of two integer numbers
  84. C Program to find the difference of two integer numbers
  85. C Program to find the product of two integer numbers
  86. C Program to find the division of two integer numbers
  87. C Program to find perimeter of rectangle
  88. C Program to find area of right angled triangle
  89. C Program to find area of triangle given three sides of a triangle
  90. C Program to find area and circumference of a circle using pre processor directives
  91. C Program to check if a triangle is Isosceles Equilateral or Scalene
  92. C Program to swap two variables by shifting bits
  93. C Program to swap two variables by performing xor operation
  94. C Program to find positive negative or zero using Conditional Operator
  95. C Program to find positive negative or zero using If Else statement
  96. C Program to find odd or even using Conditional Operator
  97. C Program to find odd or even using If Else statement
  98. C Program to find odd or even using goto statement
  99. C Program to check whether a given year is a leap year or not
  100. C Program to check whether a given number is a Perfect Number or not
  101. C Program to check whether a given number is an Armstrong Number or not
  102. C Program to generate Armstrong number within a given range
  103. C Program to check whether a given number is an Armstrong Number or not using user defined power function
  104. C Program to check whether a given number is an Armstrong Number or not using in built power function
  105. C Program to find biggest of two numbers using Conditional Operator
  106. C Program to find biggest of two numbers using If Else statement
  107. C Program to find biggest of three numbers using Conditional Operator
  108. C Program to find biggest of three numbers using If Else statement
  109. C Program to find biggest of three numbers using nested If Else statement
  110. C Program to find biggest of three numbers using Binary Minus
  111. C Program to find smallest of three numbers using Conditional Operator
  112. C Program to find smallest of three numbers using If Else statement
  113. C Program to find smallest of three numbers using nested If Else statement
  114. C Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using if else ladder statement
  115. C Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using switch statement
  116. C Program to find roots of a quadratic equation using If Else statement
  117. C Program to demonstrate the use of sizeof operator
  118. C Program to identify a character or a digit using ASCII values
  119. C Program to identify a character digit or special character using Built In functions
  120. C Program to identify a character or a digit using Built In functions
  121. C Program to convert lower case alphabet to upper case and upper case to lower case using ASCII values
  122. C Program to print first n natural numbers using for loop
  123. C Program to print first n natural numbers using while loop
  124. C Program to print first n natural numbers using do while loop
  125. C Program to find the sum of first n natural numbers using for loop
  126. C Program to find the sum of first n natural numbers using while loop
  127. C Program to sum of n natural numbers using do while
  128. C Program to find the factorial of a given number
  129. C Program to find factorial of a number using functions
  130. C Program to find GCD and LCM of a given two number
  131. C Program to generate Fibonacci Series for first n natural numbers
  132. C Program to check whether a given integer number is palindrome or not
  133. C Program to print first n prime numbers
  134. C Program to print prime numbers within given range
  135. C Program to check if a number is prime number or not
  136. C Program to reverse a given integer number using while loop
  137. C Program to reverse a given integer number using while loop using functions
  138. C Program to reverse an integer number using for
  139. C Program to reverse an integer number 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 sort a set of strings alphabetically
  147. C Program to find if a string is palindrome or not without built in functions
  148. C Program to find Permutations nPr
  149. C Program to find Combinations nCr
  150. C Program to find Sum of Digits of a given number Type 1
  151. C Program to find Sum of Digits of a given number Type 2
  152. C Program to find sum of two numbers using command line arguments
  153. C Program to find sum of two numbers using functions with returning the value
  154. C Program to find sum of two numbers using functions without returning the value
  155. C Program to print first n odd numbers
  156. C Program to print first n even numbers
  157. C Program to print n odd numbers within range
  158. C Program to print n even numbers within range
  159. C Program to print first n odd and even numbers Type 1
  160. C Program to print first n odd and even numbers Type 2
  161. C Program to find the sum of first n odd numbers using for loop
  162. C Program to print the sum of n odd numbers using while
  163. C Program to print the sum of n odd numbers using do while
  164. C Program to print the sum of n odd numbers within range using for
  165. C Program to print the sum of n odd numbers within range using while
  166. C Program to print the sum of n odd numbers within range using do while
  167. C Program to find the sum of first n even numbers using for loop
  168. C Program to print the sum of n even numbers using while
  169. C Program to print the sum of n even numbers using do while
  170. C Program to print the sum of n even numbers within range using for
  171. C Program to print the sum of n even numbers within range using while
  172. C Program to print the sum of n even numbers within range using do while
  173. C Program to find the sum of first n odd and even numbers using for
  174. C Program to print the sum of n odd and even numbers using while
  175. C Program to print the sum of n odd and even numbers using do while
  176. C Program to print the sum of n odd and even numbers within range using for
  177. C Program to print the sum of n odd and even numbers within range using while
  178. C Program to print the sum of n odd and even numbers within range using do while
  179. C Program to convert binary to decimal number
  180. C Program to convert binary to hexadecimal number
  181. C Program to convert binary to octal number
  182. C Program to convert a decimal to binary number
  183. C Program to convert decimal to hexadecimal number
  184. C Program to convert a decimal to octal number
  185. C Program to convert octal to binary number
  186. C Program to convert an octal to decimal number
  187. C Program to convert octal to hexadecimal number
  188. C Program to find sum of two arrays
  189. C Program to search a key element using Binary Search method
  190. C Program to search a key element using Binary Search using Functions
  191. C Program to search a key element using Linear Search method
  192. C Program to search a key element using Linear Search using Functions
  193. C Program to add two matrix
  194. C Program to subtract two matrix
  195. C Program to find sum of lower triangle matrix
  196. C Program to find sum of upper triangle matrix
  197. C Program to add principal diagonal elements in a matrix
  198. C Program to check if the entered matrix is magic square or not
  199. C Program to find sum of n natural numbers using recursion
  200. C Program to find the factorial of a given number using recursion
  201. C Program to find nth fibonacci number using recursion
  202. C Program to search a key element using linear search using recursion
  203. C Program to implement Tower of Hanoi
  204. C Program to reverse a digit using recursion
  205. C Program to print prime numbers within a range using recursion
  206. C Program to check prime numbers using recursion
  207. C Program to sort an array using Selection Sort
  208. C Program to sort an array using Insertion Sort
  209. C Program to sort an array using Merge Sort
  210. C Program to sort an array using Shell Sort
  211. C Program to implement 01 Knapsack problem
  212. C Program to implement 01 Knapsack problem using recursion
  213. C Program to implement Fractional Knapsack problem using Greedy Method
  214. C Program to solve N Queens using greedy method
  215. C Program to implement Warshall's algorithm
  216. C Program to find square of a number using macro functions
  217. C Program to find sum of array elements using pointers
  218. C Program to add two complex numbers using structures
  219. C Program to count vowels and consonents in a given sentence
  220. C Program to print if the architecture is supporting big endian or little endian
  221. C Program to print small alphabets in right angled triangle pattern in series
  222. C Program to print capital alphabets in right angled triangle pattern in series
  223. C Program to print number a Right angled Triangle pattern
  224. C Program to print first n natural numbers in a Right angled Triangle pattern
  225. C Program to print even numbers in a Right angled Triangle pattern
  226. C Program to print prime numbers in a Right angled Triangle pattern
  227. C Program to print binary numbers in a Right angled Triangle pattern
  228. C Program to print numbers in rows and columns of Quadrangle pattern
  229. C Program to print numbers in rows and columns of Quadrangle pattern in reverse order
  230. C Program to print Equilateral Triangle in a pyramid star pattern
  231. C Program to print Inverted Equilateral Triangle in a pyramid star pattern
  232. C Program to print Right angled Triangle in a pyramid star pattern Type 1
  233. C Program to print Right angled Triangle in a pyramid star pattern Type 2
  234. C Program to print Inverted Right angled Triangle in a pyramid star pattern Type 1
  235. C Program to print Inverted Right angled Triangle in a pyramid star pattern Type 2
  236. C Program to print Hollow Right angled Triangle in a pyramid star pattern Type 1
  237. C Program to print Hollow Right angled Triangle in a pyramid star pattern Type 2
  238. C Program to print Hollow Inverted Right angled Triangle in a pyramid star pattern Type 1
  239. C Program to print Hollow Inverted Right angled Triangle in a pyramid star pattern Type 2
  240. C Program to print Rhombus in a star pattern
  241. C Program to print Hollow Rhombus in a star pattern Type 1
  242. C Program to print Hollow Rhombus in a star pattern Type 2
  243. C Program to print Solid Square in a star pattern
  244. C Program to print Solid Rectangle in a star pattern
  245. C Program to print Hollow Rectangle in a star pattern
  246. C Program to print Left Arrow in a star pattern Type 1
  247. C Program to print Left Arrow in a star pattern Type 2
  248. C Program to print Right Arrow in a star pattern Type 1
  249. C Program to print Right Arrow in a star pattern Type 2
  250. C Program to print Half Left Diamond in a star pattern
  251. C Program to print Half Right Diamond in a star pattern
  252. C Program to print Alphabet K in a star pattern
  253. C Program to print Alphabet X in a star pattern
  254. C Program to print Symbol Plus in a star pattern
  255. C Program to create Floyds triangle
  256. C Program to print Pascal triangle
  257. C++ Program to print Hello World
  258. C++ Program to find the sum of two integer numbers
  259. C++ Program to find the difference of two integer numbers
  260. C++ Program to find the product of two integer numbers
  261. C++ Program to find the division of two integer numbers
  262. C++ Program to find the sum of two integer numbers using classes and objects
  263. C++ Program to find biggest of two numbers
  264. C++ Program to find biggest of three numbers
  265. C++ Program to sort an array using Merge Sort
  266. C++ Program to find biggest of two numbers using Inline Functions
  267. C++ Program to find sum of two numbers using pointer returning functions
  268. C++ Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using switch statement
  269. C++ Program to generate fibonacci series
  270. C++ Program to find factorial of a number without classes
  271. C++ Program to find factorial of a number using classes
  272. C++ Program to find factorial of a number using copy constructor
  273. C++ Program to find square of a number using templates
  274. C++ Program to find power of a number without inbuilt function
  275. C++ Program to print sum of n natural numbers using do while
  276. C++ Program to check if entered number is prime or not using classes
  277. C++ Program to convert binary to octal
  278. C++ Program to convert decimal to hexadecimal
  279. C++ Program to convert octal to binary
  280. C++ Program to reverse an integer number using for
  281. C++ Program to reverse an integer number using while
  282. C++ Program to reverse an integer number using do while
  283. C++ Program to find odd or even using If Else statement
  284. C++ Program to add two complex numbers
  285. C++ Program to find sum of two arrays
  286. C++ Program to add two matrix
  287. C++ Program to print n even numbers within range
  288. C++ Program to print n odd numbers within range
  289. C++ Program to print the sum of n even numbers using while
  290. C++ Program to print the sum of n even numbers using do while
  291. C++ Program to print the sum of n even numbers within range using for
  292. C++ Program to print the sum of n even numbers within range using while
  293. C++ Program to print the sum of n even numbers within range using do while
  294. C++ Program to print the sum of n odd numbers using while
  295. C++ Program to print the sum of n odd numbers using do while
  296. C++ Program to print the sum of n odd numbers within range using for
  297. C++ Program to print the sum of n odd numbers within range using while
  298. C++ Program to print the sum of n odd numbers within range using do while
  299. C++ Program to print the sum of n odd and even numbers using while
  300. C++ Program to print the sum of n odd and even numbers using do while
  301. C++ Program to print the sum of n odd and even numbers within range using for
  302. C++ Program to print the sum of n odd and even numbers within range using while
  303. C++ Program to print the sum of n odd and even numbers within range using do while
  304. C# Program to add two numbers
  305. C# Program to subtract two numbers
  306. C# Program to multiply two numbers
  307. C# Program to divide two numbers
  308. C# Program to calculate area of pentagon
  309. C# program to print first n Natural Numbers
  310. C# program to print n Even Natural Numbers
  311. C# program to print n Odd Natural Numbers
  312. C# program to find Sum of first n Natural Numbers
  313. C# program to find Sum of first n Even Natural Numbers
  314. C# program to find Sum of first n Odd Natural Numbers
  315. C# program to check Even or Odd Number
  316. C# program to check Positive or Negative Number
  317. C# program to Compare Two Numbers
  318. C# program to find Modulus of Two Numbers
  319. C# program to display Multiplication Table
  320. C# program to print Odd Even Series
  321. C# program to print Floyds Triangle
  322. C# program to print Pascal Triangle
  323. C# program to print half Pyramid of Numbers
  324. C# program to print half Pyramid of Alphabets
  325. C# program to print half Pyramid of Stars
  326. C# program to print full Inverted Pyramid of Stars
  327. C# program to print half Inverted Pyramid of Stars
  328. C# program to print full Pyramid of Stars
  329. Rust Program to print first 10 natural numbers using for loop
  330. Rust Program to Add two Numbers
  331. Rust Program to Add two Numbers from user input
  332. Rust Program to Subtract two Numbers
  333. Rust Program to Subtract two Numbers from user input
  334. Rust Program to Multiply Two Numbers
  335. Rust Program to Multiply Two Numbers from user input
  336. Rust Program to Divide Two Numbers
  337. Rust Program to Divide Two Numbers from user input
  338. Rust Program to find Modulus of two Numbers
  339. Rust Program to find Square of a number
  340. GO Lang Program to find sum of two numbers
  341. GO Lang Program to enter integer number
  342. GO Lang Program to subtract two numbers
  343. GO Lang Program to find biggest of two numbers
  344. JavaScript Program to add of two numbers
  345. JavaScript Program to subtract of two numbers
  346. JavaScript Program to multiply of two numbers
  347. JavaScript Program to divide of two numbers
  348. JavaScript Program to print Fibonacci series
  349. JavaScript Program to find if a number is palindrome or not
  350. PHP Program to add two numbers
  351. Ruby Program to find odd or even number
  352. Ruby Program to find factorial of a number
  353. Ruby Program to add two numbers
  354. Ruby Program to add two numbers using command line
  355. Ruby Program to subtract two numbers
  356. R Program to generate random numbers using runif
  357. R Program to generate random numbers using sample
  358. R Program to add two numbers and print the result on the console
  359. R Program to find modulus of two numbers
  360. R Program to add two numbers
  361. R Program to subtract two numbers
  362. R Program to multiply two numbers
  363. R Program to divide two numbers
  364. Shell Script to find factorial of a number
  365. Shell Script to print first n natural numbers
  366. Shell Script to find sum of n numbers
  367. Shell Script to find biggest of two numbers
  368. Shell Script to find biggest of three numbers using command line arguments
  369. Shell Script to find biggest of three numbers using nested if
  370. Shell Script to find largest of three numbers using If Else statement
  371. Shell Script to print command line arguments Type 1
  372. Shell Script to print command line arguments Type 2
  373. Shell Script to print command line arguments in reverse
  374. Shell Script to check if a string is palindrome or not
  375. Shell Script to find if a number is positive or negative or zero
  376. Shell Script to print first n natural numbers in a pattern of Right angled Triangle
  377. Shell Script to print first n natural numbers in a pattern of Equilateral Triangle
  378. Shell Script for simple calculator to perform addition subtraction multiplication and division based on the symbol using case statements
  379. ADA Program to print a integer number entered by user
  380. ADA Program to print a character entered by user
  381. ADA Program to print a string entered by user
  382. ADA Program to find the sum of two integer number
  383. ADA Program to find the difference of two integer number
  384. ADA Program to find the product of two integer number
  385. ADA Program to find the division of two integer number
  386. ADA Program to find area of square
  387. ADA Program to find perimeter of square
  388. ADA Program to find area of rectangle
  389. ADA Program to find perimeter of rectangle
  390. Haskell Program to print integer entered by the user
  391. Haskell Program to print Fibonacci series
  392. Haskell Program to print factorial of a number
  393. Haskell Program to add two numbers
  394. Haskell Program to subtract two numbers
  395. Haskell Program to multiply two numbers
  396. Haskell Program to divide two numbers
  397. Julia Program to add two numbers
  398. Julia Program to subtract two numbers
  399. Julia Program to multiply two numbers
  400. Julia Program to divide two numbers
  401. Julia Program to find modulus of two numbers
  402. Julia Program to find power of a given number
  403. Julia Program to print n natural numbers
  404. Julia Program to check whether given number is odd or even
  405. Julia Program to print sum of n natural numbers
  406. Julia Program to check if a number is prime number or not
  407. Julia Program to print n odd numbers
  408. Julia Program to print n even numbers
  409. Julia Program to print first n prime numbers
  410. Julia Program to demonstrate creation of Array using collect method
  411. Julia Program to demonstrate creation of Arrays using splat operator
  412. Lua Program to add two numbers
  413. Lua Program to subtract two numbers
  414. Lua Program to multiply two numbers
  415. Swift Program to print Fibonacci Series for first n natural numbers
  416. Swift Program to read integer from user and print (Type 1)
  417. Swift Program to read integer from user and print (Type 2)
  418. Swift Program to read integer from user and print (Type 3)
  419. Swift Program to find the sum of two integer numbers
  420. Swift Program to find the difference of two integer numbers
  421. Swift Program to find the product of two integer numbers
  422. Swift Program to find the quotient of two integer numbers
  423. F# program to Add two numbers
  424. F# program to Add two numbers using Functions
  425. F# program to Subtract two numbers
  426. F# program to Subtract two numbers using Functions
  427. F# program to Multiply two numbers
  428. F# program to Multiply two numbers using Functions
  429. F# program to Divide two numbers
  430. F# program to Divide two numbers using Functions
  431. F# program to Divide two numbers using Try Catch
  432. F# program to find Modulus of two numbers
  433. F# program to find Modulus of two numbers using Functions
  434. F# program to find Modulus of two numbers using Try Catch
  435. F# program to print first n Natural Numbers
  436. F# program to print the sum of first n Natural Numbers
  437. F# program to print first n Prime Numbers using Sequence
  438. F# program to perform Arithmetic Operations
  439. F# program to perform Boolean Operations
  440. F# program to check Odd or Even Number
  441. F# program to check Positive or Negative Number
  442. F# program to check Palindrome Number
  443. F# program to compare two numbers
  444. F# program to compare two numbers using Functions
  445. F# program to print Fibonacci Series
  446. F# program to print Fibonacci Series using Anonymous Recursion
  447. F# program to print Fibonacci Series using Match With
  448. F# program to find Factorial of a Number
  449. F# program to check Grades using elif
  450. F# program to find GCD of two Numbers
  451. F# program to print numbers in reverse using down to
  452. Features of Java
  453. Java identifiers
  454. Lists in Python
  455. Strings in Python
  456. Tuples in Python
  457. Sets in Python
  458. Dictionary in Python
  459. File Handling in Python
  460. Introduction to Lua
  461. Installing Lua
  462. Passage 1
  463. Passage 3
  464. Passage 5
  465. Passage 7
  466. Passage 8
  467. Passage 9
  468. Passage 10
  469. Passage 12
  470. Passage 13
  471. Passage 15
  472. Passage 16
  473. Passage 17
  474. Passage 20
  475. Passage 23
  476. Passage 26
  477. Passage 27
  478. Passage 29
  479. Passage 30
  480. Passage 31
  481. Passage 32
  482. Passage 33
  483. Passage 34
  484. Passage 35
  485. Passage 39
  486. Passage 40
  487. Passage 41
  488. Passage 44
  489. Passage 45
  490. Passage 48
  491. Passage 50
  492. Passage 51
  493. Passage 53
  494. Passage 55
  495. Passage 56
  496. Passage 57
  497. Passage 62
  498. Passage 63
  499. Passage 72
  500. Passage 74
  501. Passage 75
  502. Passage 76
  503. Passage 79
  504. Passage 81
  505. Passage 83
  506. Passage 90
  507. Passage 91
  508. Passage 92
  509. Passage 93
  510. Passage 95
  511. Passage 97
  512. Passage 101
  513. Passage 106
  514. Passage 107
  515. Passage 108
  516. Passage 113
  517. Passage 115
  518. Passage 116
  519. Passage 117
  520. Passage 118
  521. Passage 121
  522. Passage 122
  523. Passage 131
  524. Passage 133
  525. Passage 135
  526. Passage 141
  527. Passage 143
  528. Passage 145
  529. Passage 152
  530. Passage 155
  531. Passage 159
  532. Passage 163
  533. Passage 167
  534. Passage 171
  535. Passage 176
  536. Passage 177
  537. Passage 178
  538. Passage 181
  539. Passage 192
  540. Passage 193
  541. Passage 196
  542. Passage 205
  543. Passage 206
  544. Passage 213
  545. Passage 216
  546. Passage 222
  547. Passage 223
  548. Passage 226
  549. Passage 229
  550. Passage 231
  551. Passage 232
  552. Passage 234
  553. Passage 240
  554. Passage 241
  555. Passage 243
  556. Passage 246
  557. Passage 248
  558. Passage 251
  559. Passage 255
  560. Passage 256
  561. Passage 262
  562. Passage 265
  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 41
  581. Question 42
  582. Question 45
  583. Question 46
  584. Aam Ka Mitha Achar
  585. Aamti
  586. Achari Paneer
  587. Extra Creamy Potato Soup
  588. Aloo Baigan
  589. Aloo Bonda
  590. Aloo Dahi Wale
  591. Aloo Gobi
  592. Aloo Ka Bharta
  593. Aloo Ki Khichdi
  594. Aloo Kurkure
  595. Aloo Mewawale
  596. Aloo Patta Gobi
  597. Aloo Phulkopir Dalna
  598. Aloo Poha
  599. Aloo Sabzi
  600. Aloo Took
  601. Alutua
  602. Amer Mishti Achar
  603. Amla Ki Chutney
  604. Amti
  605. Anaraser Chatni
  606. Appam
  607. Apple and Mango Chutney
  608. Apple and Onion Bake
  609. Apple Jam
  610. Apple Jelly
  611. Apricot and Pineapple Jam
  612. Apricot Chutney
  613. Apricot Jam
  614. Apricot Sauce
  615. Aratikaaya Masala Pulusu
  616. Arbi Pickle
  617. Arhar Dal
  618. Arhar Dal with Green Mango
  619. Asoondi
  620. Atta Chakuli
  621. Atte Ka Seera
  622. Baadusha
  623. Baby Corn Soup (Type 1)
  624. Baby Corn Soup (Type 2)
  625. Badam Ka Seera
  626. Badam Kaju Pista Burger
  627. Badam Kheer
  628. Bagala Baath
  629. Baghare Baigan
  630. Baked Brinjal Salad
  631. Banana Chips
  632. Banana Chutney
  633. Bandha Kobhi Chadchadee
  634. Basic Bean Soup
  635. Basil and Badam Soup
  636. Bathue Raita
  637. Beetroot Halwa
  638. Begun Bhaja
  639. Bendakaya Fry
  640. Besan Dhokla
  641. Bhaja Muga Dali
  642. Bharwan Baingan
  643. Bhel Puri
  644. Bhindi Anardana
  645. Bhindi Bhaji
  646. Black Bean Soup
  647. Black Eye Beans Curry
  648. Boiled Rice
  649. Bombay Chapathi Sandwich
  650. Bombay Chiwda
  651. Bread Barfi
  652. Brinjal Caviar
  653. Buttermilk Dosa
  654. Cabbage Apple Delight
  655. Cabbage Paratha
  656. Cabbage Raita
  657. Carrot and Cilantro Soup
  658. Carrot and Lentil Soup
  659. Carrot Chutney
  660. Carrot Halwa
  661. Carrot Jam
  662. Carrot Kheer
  663. Carrot Muffin
  664. Carrot Pickle
  665. Carrot Rice
  666. Cashew Nut Chutney
  667. Cauliflower Turnip and Carrot Pickle
  668. Chana Dal Paratha
  669. Shree Mahaganapathi Temple (Southadka)
  670. Shri Vinayaka Temple (Aane Gudde - Kumbashi)
  671. Mookambika Temple (Kollur)
  672. Sri Manjunatha Temple (Kadri)
  673. Mangaladevi Temple (Mangalore)
  674. Gokarnanatha Temple (Kudroli)
  675. Shri Brahmi Durgaparameshwari Temple (Kamalashile)
  676. Shri Murudeshwara Temple (Murudeshwara)
  677. Mahabaleshwar Temple (Gokarna)
  678. Shri Rajarajeshwari Temple (Polali)
  679. Shri Shankaranarayana Temple (Shankaranarayana)
  680. Shri Ananthapadmanabha Temple (Kudupu)
  681. Shri Sada Shivarudra Temple (Ujire)
  682. Shri Shishileshwara Temple (Shishila)
  683. Shri Vaidyanatheshwara Temple (Kokkada)
  684. Shree Sharadhamba Temple (Koodli)
  685. Guli Guli Shankareshwara Swamy Temple (Shimoga)
  686. The Monkey and the Wedge
  687. The Jackal and the Drum
  688. The Fall and Rise of a Merchant