Results for "Enum Example"

Total results: 588

  1. Java Program to read information about a student from the user and display the same with the use of classes and objects
  2. Java Program to find Sum of Lower Triangle Matrix Including Principal Diagonal Matrix
  3. Java Program to find Sum of Upper Triangle Matrix Including Principal Diagonal Matrix
  4. Java Program to Reverse a Number
  5. Java Program to Reverse a String
  6. Java Program to find maximum element in an array
  7. Java Program to convert Kilometer to Miles
  8. Java Program to convert Miles to Kilometer
  9. Java Program to find fibonacci series of a number
  10. Java Program example to demonstrate String charAt method
  11. Java Program example to demonstrate String compareTo method
  12. Java Program example to demonstrate String compareToIgnoreCase method
  13. Java Program example to demonstrate String contentEquals method
  14. Java Program example to demonstrate String concat method
  15. Java Program to demonstrate Integer wrapper class
  16. Java Program to demonstrate Float wrapper class
  17. Java Program to demonstrate Boolean wrapper class
  18. Java Program to demonstrate Byte wrapper class
  19. Java Program to Create a File
  20. Java Program to Rename a File
  21. Java Program to show usage of Enum which prints the size of coffee mug
  22. Java Program to demonstrate Interfaces
  23. Java Program to show usage of this pointer using Order Pizza Program
  24. Java Program to demonstrate packages
  25. Java Program to pick random value from enumerations
  26. Java Program to find area of different shapes using inheritance
  27. Java Program to demonstrate multilevel inheritance
  28. Java Program to count the occurrence of a number
  29. Java Program to calculate Salary of an Employee
  30. Java Program for Stack Simulation
  31. Java Program for Queue Simulation
  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 NullPointerException
  36. Java Program to demonstrate ArrayList
  37. Java Program to convert ArrayList to Array
  38. Java Program to convert Array to ArrayList
  39. Java Program to create a user defined LinkedList class and store list of books and display
  40. Java Program to calculate Student Average of a Class using User defined Storage Classes
  41. Java Program to demonstrate stack class in Collection framework
  42. Java Swing Program to demonstrate Jlabel
  43. Java Swing Program to demonstrate JLabel with Icon
  44. Java Swing Program to demonstrate JLabel with Text and Icon
  45. Java Swing Program to demonstrate JTextField
  46. Java Swing Program to demonstrate JTextField with Text
  47. Java Swing Program to demonstrate JButton
  48. Java Swing Program to demonstrate JButton with Icon
  49. Java Swing Program to demonstrate JButton with Text and Icon
  50. Java Swing Program to demonstrate JButton Action TextField
  51. Java Swing Program to demonstrate JCheckBox with Text
  52. Java Program to create thread by implementing runnable interface
  53. Java Program to create thread by extending Thread class
  54. Java Program to sort an array using Insertion Sort
  55. Java Program to find sum of array elements
  56. Java Program to find sum of array elements using methods
  57. Java Program to insert element to an array
  58. Java Program to insert element to an array at specified position
  59. Java Program to check if Integer element is present in an array
  60. Java Program to check if String element is present in an array
  61. Java Program to find average of array elements
  62. Java Program to find Median of array elements
  63. Java program to concatenate two arrays using array copy method
  64. Java program to concatenate two arrays using Collections
  65. Java program to concatenate two arrays using Stream API
  66. Java program to merge two arrays one after the other
  67. Java program to reverse ArrayList
  68. Java program to reverse array using Collections
  69. Java program to reverse array using for loop
  70. Java program to reverse array using temporary variable
  71. Java program to sort array using Collections reverseOrder method
  72. Java program to sort array using Sort method
  73. Java program to sort array using temporary variable
  74. Java program to sort string array in descending order using collections
  75. Java program to demonstrate super keyword
  76. Java program to reverse a string using recursion
  77. Java Program to add two binary numbers
  78. Java Program to add two binary numbers using ParseInt
  79. Java Program to subtract two binary numbers using ParseInt
  80. Java Program to multiply two binary numbers using ParseInt
  81. Java Program to divide two binary numbers using ParseInt
  82. Java Program to reverse words in a given string
  83. Java Program to count Vowels and Consonants in a given string
  84. Java Program to count digits and white spaces in a given string
  85. Java Program to check for Duplicate Characters
  86. Java Program to print all substrings of a given string
  87. Java Program to sort the given string Alphabetically
  88. Java Program to sort the given string Alphabetically using Comparator
  89. Java Program to sort the given string in reverse order using Comparator
  90. Java Program to add two matrices
  91. Java Program to subtract two matrices
  92. Java Program to multiply two matrices
  93. Python Program to print Hello World
  94. Python Program to initialize different datatypes and print
  95. Python Program to print different formats of string
  96. Python Program to find sum of two integer numbers
  97. Python Program to find difference of two integer numbers
  98. Python Program to find product of two integer numbers
  99. Python Program to find division of two integer numbers
  100. Python Program to find biggest of two integer numbers
  101. Python Program to find biggest of three numbers
  102. Python Program to find area of square
  103. Python Program to find area of rectangle
  104. Python Program to find area of circle
  105. Python Program to find area of triangle
  106. Python Program to find area of pentagon
  107. Python Program to swap two numbers using temporary variable
  108. Python Program to swap two numbers using xor
  109. Python Program to find swap two numbers without temp variable (Addition and Subtraction Method)
  110. Python Program to find swap two numbers without temp variable (Multiplication and Division Method)
  111. Python Program to find ASCII value of a character or digit
  112. Python Program to find ASCII value of a character or digit entered by the user
  113. Python Program to check whether a given number is an Armstrong Number or not
  114. Python Program to check whether a given number is an Armstrong Number or not using lambda and list
  115. Python Program to reverse an integer number
  116. Python Program to find sum of digits
  117. Python Program to convert kilometer to mile
  118. Python Program to find maximum element in an array
  119. Python Program to find sum of array elements using for
  120. Python Program to find sum of array elements using sum function
  121. Python Program to find fibonacci series
  122. Python Program to sort an array using Insertion Sort
  123. Python Program to check if a given number is Prime or not
  124. Python Program to find the square root of a given number
  125. Python Program to convert Celsius to Fahrenheit
  126. Python Program to convert Fahrenheit to Celsius
  127. Python Program to generate a random number within the given range
  128. C Program to print Hello World on the console
  129. C Program to initialize different datatypes and print the same on terminal
  130. C Program to show different formatting in output using printf
  131. C Program to convert a value into different formats using format specifiers
  132. C Program to find the sum of two integer numbers
  133. C Program to find the difference of two integer numbers
  134. C Program to find the product of two integer numbers
  135. C Program to find the division of two integer numbers
  136. C Program to perform arithmetic operations using floating point variables
  137. C Program to find distance between two straight lines
  138. C Program to find area of square
  139. C Program to find perimeter of square
  140. C Program to find area of rectangle
  141. C Program to find perimeter of rectangle
  142. C Program to find area of equilateral triangle
  143. C Program to find area of right angled triangle
  144. C Program to find area of scalene triangle
  145. C Program to find area of triangle given three sides of a triangle
  146. C Program to find area of circle
  147. C Program to find area and circumference of a circle using pre processor directives
  148. C Program to check if a triangle is Isosceles Equilateral or Scalene
  149. C Program to convert Celcius to Fahrenheit
  150. C Program to convert Fahrenheit to Celcius
  151. C Program to swap two variables using addition and subtraction without using temporary variable
  152. C Program to swap two variables using temporary variable
  153. C Program to swap two variables using multiply and division operation without using temporary variable
  154. C Program to swap two variables by shifting bits
  155. C Program to swap two variables by performing xor operation
  156. C Program to calculate Simple Interest
  157. C Program to calculate Compound Interest
  158. C Program to find profit or loss
  159. C Program to find positive negative or zero using Conditional Operator
  160. C Program to find positive negative or zero using If Else statement
  161. C Program to find odd or even using Conditional Operator
  162. C Program to find odd or even using If Else statement
  163. C Program to find odd or even using goto statement
  164. C Program to check whether a given year is a leap year or not
  165. C Program to check whether a given number is a Perfect Number or not
  166. C Program to check whether a given number is an Armstrong Number or not
  167. C Program to generate Armstrong number within a given range
  168. C Program to check whether a given number is an Armstrong Number or not using user defined power function
  169. C Program to check whether a given number is an Armstrong Number or not using in built power function
  170. C Program to find biggest of two numbers using Conditional Operator
  171. C Program to find biggest of two numbers using If Else statement
  172. C Program to find biggest of three numbers using Conditional Operator
  173. C Program to find biggest of three numbers using If Else statement
  174. C Program to find biggest of three numbers using nested If Else statement
  175. C Program to find biggest of three numbers using Binary Minus
  176. C Program to find smallest of three numbers using Conditional Operator
  177. C Program to find smallest of three numbers using If Else statement
  178. C Program to demonstrate the use of sizeof operator
  179. C Program to identify a character or a digit using ASCII values
  180. C Program to identify a character or a digit using Built In functions
  181. C Program to print first n natural numbers using for loop
  182. C Program to print first n natural numbers using while loop
  183. C Program to print first n natural numbers using do while loop
  184. C Program to find the sum of first n natural numbers using for loop
  185. C Program to find the sum of first n natural numbers using while loop
  186. C Program to sum of n natural numbers using do while
  187. C Program to find the factorial of a given number
  188. C Program to find factorial of a number using functions
  189. C Program to find GCD and LCM of a given two number
  190. C Program to generate Fibonacci Series for first n natural numbers
  191. C Program to check whether a given integer number is palindrome or not
  192. C Program to reverse string using for
  193. C Program to reverse string using while
  194. C Program to reverse string using do while
  195. C Program to print random number
  196. C Program to print random number within range
  197. C Program to check anagram by checking frequency
  198. C Program to check anagram by sorting strings
  199. C Program to find area of Ellipse
  200. C Program to find area of Regular Polygon sides
  201. C Program to find area of Rhombus
  202. C Program to find area of Sector
  203. C Program to find area of Triangular Prism lateral surface
  204. C Program to find area of trapezoid
  205. C Program to find substring of a string
  206. C Program to swap two Strings
  207. C Program to search occurrence of character in String
  208. C Program to sort a set of strings alphabetically
  209. C Program to arrange a string alphabetically
  210. C Program to find length of a string without using built in functions
  211. C Program to find if a string is palindrome or not without built in functions
  212. C Program to concatenate two strings using built in functions
  213. C Program to concatenate two strings into a third string using built in functions
  214. C Program to concatenate two strings into a third string without using built in functions
  215. C Program to copy from source string to destination string using built in functions
  216. C Program to copy from source string to destination string without using built in functions
  217. C Program to find sum of two numbers using command line arguments
  218. C Program to find sum of two numbers using functions with returning the value
  219. C Program to find sum of two numbers using functions without returning the value
  220. C Program to print first n odd numbers
  221. C Program to print first n even numbers
  222. C Program to print n odd numbers within range
  223. C Program to print n even numbers within range
  224. C Program to print first n odd and even numbers Type 2
  225. C Program to find the sum of first n odd numbers using for loop
  226. C Program to print the sum of n odd numbers using while
  227. C Program to print the sum of n odd numbers using do while
  228. C Program to print the sum of n odd numbers within range using for
  229. C Program to print the sum of n odd numbers within range using while
  230. C Program to print the sum of n odd numbers within range using do while
  231. C Program to find the sum of first n even numbers using for loop
  232. C Program to print the sum of n even numbers using while
  233. C Program to print the sum of n even numbers using do while
  234. C Program to print the sum of n even numbers within range using for
  235. C Program to print the sum of n even numbers within range using while
  236. C Program to print the sum of n even numbers within range using do while
  237. C Program to find the sum of first n odd and even numbers using for
  238. C Program to print the sum of n odd and even numbers using while
  239. C Program to print the sum of n odd and even numbers using do while
  240. C Program to print the sum of n odd and even numbers within range using for
  241. C Program to print the sum of n odd and even numbers within range using while
  242. C Program to print the sum of n odd and even numbers within range using do while
  243. C Program to convert binary to decimal number
  244. C Program to convert binary to hexadecimal number
  245. C Program to convert binary to octal number
  246. C Program to convert a decimal to binary number
  247. C Program to convert decimal to hexadecimal number
  248. C Program to convert a decimal to octal number
  249. C Program to convert octal to binary number
  250. C Program to convert an octal to decimal number
  251. C Program to convert octal to hexadecimal number
  252. C Program to convert Kilometers to miles
  253. C Program to convert kilometer to miles using preprocessor directive
  254. C Program to demonstrate calloc dynamic memory allocation
  255. C Program to demonstrate malloc dynamic memory allocation
  256. C Program to demonstrate malloc memset
  257. C Program to initialize array of strings and print on the terminal
  258. C Program to insert an element into specified location of an array
  259. C Program to delete an element from a specified location of an array
  260. C Program to delete duplicate elements from an array
  261. C Program to copy contents of one array to another
  262. C Program to find maximum element in an array without sorting
  263. C Program to find minimum element in an array without sorting
  264. C Program to merge two arrays one after the other
  265. C Program to find the sum of array elements
  266. C Program to find sum of two arrays
  267. C Program to search a key element using Binary Search method
  268. C Program to search a key element using Binary Search using Functions
  269. C Program to search a key element using Linear Search method
  270. C Program to search a key element using Linear Search using Functions
  271. C Program to add two matrix
  272. C Program to subtract two matrix
  273. C Program to find sum of lower triangle matrix
  274. C Program to find sum of upper triangle matrix
  275. C Program to add principal diagonal elements in a matrix
  276. C Program to transpose a matrix
  277. C Program to check if the entered matrix is magic square or not
  278. C Program to implement basic operation of Stacks using global variables
  279. C Program to implement basic operation of Stacks using arrays and pointers
  280. C Program to implement basic operation of Stacks using structures
  281. C Program to implement Stacks using Singly Linked List
  282. C Program to implement Stacks using Circular Linked List
  283. C Program to convert a valid Infix expression to postfix using Stacks
  284. C Program to convert a valid Infix expression to postfix using Structures
  285. C Program to evaluate a valid Postfix expression using Stacks
  286. C Program to find sum of n natural numbers using recursion
  287. C Program to find the factorial of a given number using recursion
  288. C Program to generate fibonacci series using recursion
  289. C Program to find nth fibonacci number using recursion
  290. C Program to search a key element using linear search using recursion
  291. C Program to search a key element using binary search using recursion
  292. C Program to implement Tower of Hanoi
  293. C Program to implement basic operations of Linear Queue using arrays and pointers
  294. C Program to implement basic operations of Circular Queue using arrays and pointers
  295. C Program to implement Priority Queues using array of structures
  296. C Program to implement Singly Linked List to insert and delete a node from front and display the contents of the Singly List
  297. C Program to implement Singly Linked List to insert and delete a node from rear and display the contents of the Singly List
  298. C Program to implement Singly Linked List to insert and delete a node at a specified position and display the contents of the Singly List
  299. C Program to implement Singly Linked List to insert and delete a node from front and display the contents of the Singly List using Header Node
  300. C Program to implement Singly Linked List to insert and delete a node from rear and display the contents of the Singly List using Header Node
  301. C Program to implement Singly Linked List to insert and delete a node from position and display the contents of the Singly List using Header Node
  302. C Program to implement Linear Queue using Singly Linked List
  303. C Program to implement Circular Linked List to insert and delete a node from front and display the contents of the Circular List
  304. C Program to implement Circular Linked List to insert and delete a node from rear and display the contents of the Circular List
  305. C Program to implement Circular Linked List to insert and delete a node from front and display the contents of the Circular List using Header Node
  306. C Program to print prime numbers within a range using recursion
  307. C Program to check prime numbers using recursion
  308. C Program to sort an array using Bubble Sort
  309. C Program to sort an array using Bubble Sort using functions
  310. C Program to sort an array using Selection Sort
  311. C Program to sort an array using Insertion Sort
  312. C Program to sort an array using Insertion Sort using functions
  313. C Program to sort an array using Merge Sort
  314. C Program to sort an array using Shell Sort
  315. C Program to implement 01 Knapsack problem
  316. C Program to implement 01 Knapsack problem using recursion
  317. C Program to implement Fractional Knapsack problem using Greedy Method
  318. C Program to implement Prim's Algorithm
  319. C Program to solve N Queens using greedy method
  320. C Program to implement Warshall's algorithm
  321. C Program to find square of a number using macro functions
  322. C Program to illustrate basic concept of pointers
  323. C Program to display value using star operator in pointers
  324. C Program to calculate size of a structure
  325. C Program to find string length using pointers
  326. C Program to find sum of array elements using pointers
  327. C Program to print an array in reverse direction using pointers
  328. C Program to add two complex numbers using structures
  329. C Program to demonstrate fgets
  330. C Program to demonstrate double pointer
  331. C Program to add matrices using pointer
  332. C Program to add matrices using function and pointer
  333. C Program to count vowels and consonents in a given sentence
  334. C Program to create union of structures of an employee and display the details
  335. C Program to print if the architecture is supporting big endian or little endian
  336. C Program to create a enum user defined datatype for days of a week and print the index of a week
  337. C Program to read a text file
  338. C Program to read and print contents of a file using static memory allocation
  339. C Program to read and print contents of a file using dynamic memory allocation
  340. C Program to convert contents of a file to upper case
  341. C Program to copy contents from file to another file
  342. C Program to create a child process using fork system call
  343. C Program to create a child process using fork system call and print PID and PPID of the processes
  344. C Program to print small alphabets in right angled triangle pattern in series
  345. C Program to print capital alphabets in right angled triangle pattern in series
  346. C Program to print number a Right angled Triangle pattern
  347. C Program to print first n natural numbers in a Right angled Triangle pattern
  348. C Program to print even numbers in a Right angled Triangle pattern
  349. C Program to print prime numbers in a Right angled Triangle pattern
  350. C Program to print binary numbers in a Right angled Triangle pattern
  351. C Program to print numbers in rows and columns of Quadrangle pattern
  352. C Program to print numbers in rows and columns of Quadrangle pattern in reverse order
  353. C Program to print Equilateral Triangle in a pyramid star pattern
  354. C++ Program to print Hello World
  355. C++ Program to initialize different datatypes and print the same on terminal
  356. C++ Program to find the sum of two integer numbers
  357. C++ Program to find the difference of two integer numbers
  358. C++ Program to find the product of two integer numbers
  359. C++ Program to find the division of two integer numbers
  360. C++ Program to find the sum of two integer numbers using classes and objects
  361. C++ Program to show usage of classes and objects
  362. C++ Program to sort an array using Merge Sort
  363. C++ Program to sort an array using Insertion Sort
  364. C++ Program to find biggest of two numbers using Inline Functions
  365. C++ Program to demonstrate sizeof operator
  366. C++ Program to demonstrate usage of reference types
  367. C++ Program to find sum of two numbers using pointer returning functions
  368. C++ Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using switch statement
  369. C++ Program to demonstrate constructor overloading
  370. C++ Program to generate fibonacci series
  371. C++ Program to generate fibonacci series using class
  372. C++ Program to find factorial of a number without classes
  373. C++ Program to find factorial of a number using classes
  374. C++ Program to find factorial of a number using copy constructor
  375. C++ Program to demonstrate the use of address and value operator
  376. C# Program to print Hello World
  377. C# Program to add two numbers
  378. C# Program to subtract two numbers
  379. C# Program to multiply two numbers
  380. C# Program to divide two numbers
  381. C# Program to calculate area of pentagon
  382. C# program to check Positive or Negative Number
  383. Rust Program to print Hello World
  384. GO Lang Program to print Hello World
  385. JavaScript Program to display the date
  386. JavaScript Program to display an alert box
  387. PHP Program to print Hello World
  388. PHP Program to print Hello World using echo
  389. PHP Program to print Hello World using print
  390. Ruby Program to display Hello World using Class
  391. Ruby Program to find odd or even number
  392. Shell Script to initialize Hello World String to a variable and print it on the console
  393. Shell Script to read an integer value from user and print
  394. Shell Script to print Fibonacci series
  395. Shell Script to find factorial of a number
  396. Shell Script to print first n natural numbers
  397. Shell Script to find sum of n numbers
  398. Shell Script to find biggest of two numbers
  399. Shell Script to find biggest of three numbers using command line arguments
  400. Shell Script to find biggest of three numbers using nested if
  401. ADA Program to print Hello World
  402. ADA Program to print a integer number entered by user
  403. ADA Program to print a character entered by user
  404. ADA Program to print a string entered by user
  405. ADA Program to find the sum of two integer number
  406. ADA Program to find the difference of two integer number
  407. ADA Program to find the product of two integer number
  408. ADA Program to find the division of two integer number
  409. ADA Program to find area of square
  410. ADA Program to find perimeter of square
  411. ADA Program to find area of rectangle
  412. ADA Program to find perimeter of rectangle
  413. Haskell Program to print hello world
  414. Haskell Program to print integer entered by the user
  415. Haskell Program to print string entered by the user
  416. Haskell Program to print Fibonacci series
  417. Haskell Program to print factorial of a number
  418. Haskell Program to add two numbers
  419. Haskell Program to subtract two numbers
  420. Haskell Program to multiply two numbers
  421. Haskell Program to divide two numbers
  422. Haskell Program to convert string to lower case
  423. Haskell Program to convert string to upper case
  424. Julia Program to print Hello World
  425. Julia Program to print ASCII Values
  426. Kotlin Program to print Hello World
  427. Kotlin Program to demonstrate ArrayList
  428. Lua Program to print Hello World
  429. Lua Program to add two numbers
  430. Lua Program to subtract two numbers
  431. Lua Program to multiply two numbers
  432. First Java Program
  433. Java Keywords
  434. Java identifiers
  435. Lists in Python
  436. Tuples in Python
  437. Introduction to Lua
  438. Passage 2
  439. Passage 7
  440. Passage 10
  441. Passage 11
  442. Passage 13
  443. Passage 19
  444. Passage 20
  445. Passage 21
  446. Passage 23
  447. Passage 24
  448. Passage 26
  449. Passage 27
  450. Passage 31
  451. Passage 32
  452. Passage 35
  453. Passage 36
  454. Passage 37
  455. Passage 38
  456. Passage 40
  457. Passage 42
  458. Passage 44
  459. Passage 45
  460. Passage 46
  461. Passage 50
  462. Passage 51
  463. Passage 52
  464. Passage 53
  465. Passage 56
  466. Passage 58
  467. Passage 59
  468. Passage 60
  469. Passage 61
  470. Passage 62
  471. Passage 63
  472. Passage 67
  473. Passage 68
  474. Passage 70
  475. Passage 71
  476. Passage 72
  477. Passage 77
  478. Passage 78
  479. Passage 80
  480. Passage 81
  481. Passage 84
  482. Passage 86
  483. Passage 88
  484. Passage 90
  485. Passage 94
  486. Passage 96
  487. Passage 98
  488. Passage 99
  489. Passage 100
  490. Passage 101
  491. Passage 103
  492. Passage 107
  493. Passage 108
  494. Passage 111
  495. Passage 112
  496. Passage 113
  497. Passage 114
  498. Passage 115
  499. Passage 116
  500. Passage 117
  501. Passage 120
  502. Passage 124
  503. Passage 125
  504. Passage 127
  505. Passage 128
  506. Passage 129
  507. Passage 131
  508. Passage 132
  509. Passage 133
  510. Passage 135
  511. Passage 137
  512. Passage 138
  513. Passage 139
  514. Passage 140
  515. Passage 144
  516. Passage 146
  517. Passage 147
  518. Passage 150
  519. Passage 151
  520. Passage 157
  521. Passage 159
  522. Passage 161
  523. Passage 164
  524. Passage 166
  525. Passage 167
  526. Passage 171
  527. Passage 177
  528. Passage 178
  529. Passage 181
  530. Passage 183
  531. Passage 187
  532. Passage 191
  533. Passage 195
  534. Passage 197
  535. Passage 198
  536. Passage 201
  537. Passage 206
  538. Passage 207
  539. Passage 209
  540. Passage 210
  541. Passage 213
  542. Passage 216
  543. Passage 220
  544. Passage 221
  545. Passage 226
  546. Passage 227
  547. Passage 229
  548. Passage 230
  549. Passage 231
  550. Passage 232
  551. Passage 234
  552. Passage 235
  553. Passage 236
  554. Passage 240
  555. Passage 241
  556. Passage 242
  557. Passage 246
  558. Passage 251
  559. Passage 254
  560. Passage 255
  561. Passage 256
  562. Passage 257
  563. Passage 260
  564. Passage 261
  565. Passage 262
  566. Passage 264
  567. Passage 269
  568. Passage 272
  569. Passage 274
  570. Passage 276
  571. Passage 277
  572. Passage 278
  573. Passage 280
  574. Passage 283
  575. Passage 284
  576. Passage 285
  577. Passage 286
  578. Passage 287
  579. Passage 288
  580. Passage 289
  581. Passage 291
  582. Passage 292
  583. Passage 294
  584. Passage 297
  585. Passage 299
  586. Manjunatha Swamy Temple (Dharmasthala)
  587. Shri Murudeshwara Temple (Murudeshwara)
  588. Shri Shankaranarayana Temple (Shankaranarayana)