Results for "Armstrong Number Check"

Total results: 570

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