Results for "Random Number"

Total results: 554

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