Results for "Addition and Subtraction"

Total results: 1173

  1. Java Program to print Hello World
  2. Java Program to initialize a string and print
  3. Java Program to print first n Integers
  4. Java Program to find sum of two integer numbers
  5. Java Program to find sum of two integer numbers using Scanner Class
  6. Java Program to find area of circle
  7. Java Program to find area of square
  8. Java Program to find area of rectangle
  9. Java Program to find perimeter of circle
  10. Java Program to find perimeter of square
  11. Java Program to find perimeter of rectangle
  12. Java Program to read information about a student from the user and display the same with the use of classes and objects
  13. Java Program to Print Lower Triangle Matrix Excluding Principal Diagonal Matrix
  14. Java Program to Print Upper Triangle Matrix Excluding Principal Diagonal Matrix
  15. Java Program to Print Lower Triangle Matrix Including Principal Diagonal Matrix
  16. Java Program to Print Upper Triangle Matrix Including Principal Diagonal Matrix
  17. Java Program to find Sum of Lower Triangle Matrix Excluding Principal Diagonal Matrix
  18. Java Program to find Sum of Upper Triangle Matrix Excluding Principal Diagonal Matrix
  19. Java Program to find Sum of Lower Triangle Matrix Including Principal Diagonal Matrix
  20. Java Program to find Sum of Upper Triangle Matrix Including Principal Diagonal Matrix
  21. Java Program to Reverse a Number
  22. Java Program to Reverse a String
  23. Java Program to find maximum element in an array
  24. Java Program to find minimum element in an array
  25. Java Program to convert Kilometer to Miles
  26. Java Program to convert Miles to Kilometer
  27. Java Program to find fibonacci series of a number
  28. Java Program to find fibonacci series of a number using methods
  29. Java Program to find fibonacci series of a number using recursion
  30. Java Program to find the area of a pentagon
  31. Java Program example to demonstrate String charAt method
  32. Java Program example to demonstrate String compareTo method
  33. Java Program example to demonstrate String compareToIgnoreCase method
  34. Java Program example to demonstrate String contentEquals method
  35. Java Program example to demonstrate String concat method
  36. Java Program to demonstrate Integer wrapper class
  37. Java Program to demonstrate Float wrapper class
  38. Java Program to demonstrate Boolean wrapper class
  39. Java Program to demonstrate Byte wrapper class
  40. Java Program to Create a File
  41. Java Program to Rename a File
  42. Java Program to show usage of Enum which prints the size of coffee mug
  43. Java Program to demonstrate Interfaces
  44. Java Program to show usage of this pointer using Order Pizza Program
  45. Java Program to demonstrate packages
  46. Java Program to pick random value from enumerations
  47. Java Program to find area of different shapes using inheritance
  48. Java Program to demonstrate multilevel inheritance
  49. Java Program to count the occurrence of a number
  50. Java Program to calculate Salary of an Employee
  51. Java Program for Stack Simulation
  52. Java Program for Queue Simulation
  53. Java Program for Div Zero Exception
  54. Java Program to demonstrate nested try block
  55. Java Program example to demonstrate variable length of arguments
  56. Java Program to demonstrate NullPointerException
  57. Java Program to demonstrate ArrayList
  58. Java Program to convert ArrayList to Array
  59. Java Program to convert Array to ArrayList
  60. Java Program to create a user defined LinkedList class and store list of books and display
  61. Java Program to calculate Student Average of a Class using User defined Storage Classes
  62. Java Program to demonstrate stack class in Collection framework
  63. Java Swing Program to demonstrate Jlabel
  64. Java Swing Program to demonstrate JLabel with Icon
  65. Java Swing Program to demonstrate JLabel with Text and Icon
  66. Java Swing Program to demonstrate JTextField
  67. Java Swing Program to demonstrate JTextField with Text
  68. Java Swing Program to demonstrate JButton
  69. Java Swing Program to demonstrate JButton with Icon
  70. Java Swing Program to demonstrate JButton with Text and Icon
  71. Java Swing Program to demonstrate JButton Action TextField
  72. Java Swing Program to demonstrate JCheckBox with Text
  73. Java Program to create thread by implementing runnable interface
  74. Java Program to create thread by extending Thread class
  75. Java Program to sort an array using Insertion Sort
  76. Java Program to find sum of array elements
  77. Java Program to find sum of array elements using methods
  78. Java Program to insert element to an array
  79. Java Program to insert element to an array at specified position
  80. Java Program to check if Integer element is present in an array
  81. Java Program to check if String element is present in an array
  82. Java Program to find average of array elements
  83. Java Program to find Median of array elements
  84. Java program to concatenate two arrays using array copy method
  85. Java program to concatenate two arrays using Collections
  86. Java program to concatenate two arrays using Stream API
  87. Java program to merge two arrays one after the other
  88. Java program to reverse ArrayList
  89. Java program to reverse array using Collections
  90. Java program to reverse array using for loop
  91. Java program to reverse array using temporary variable
  92. Java program to sort array using Collections reverseOrder method
  93. Java program to sort array using Sort method
  94. Java program to sort array using temporary variable
  95. Java program to sort string array in descending order using collections
  96. Java program to demonstrate super keyword
  97. Java program to reverse a string using recursion
  98. Java Program to add two binary numbers
  99. Java Program to add two binary numbers using ParseInt
  100. Java Program to subtract two binary numbers using ParseInt
  101. Java Program to multiply two binary numbers using ParseInt
  102. Java Program to divide two binary numbers using ParseInt
  103. Java Program to reverse words in a given string
  104. Java Program to count Vowels and Consonants in a given string
  105. Java Program to count digits and white spaces in a given string
  106. Java Program to check for Duplicate Characters
  107. Java Program to print all substrings of a given string
  108. Java Program to sort the given string Alphabetically
  109. Java Program to sort the given string Alphabetically using Comparator
  110. Java Program to sort the given string in reverse order using Comparator
  111. Java Program to add two matrices
  112. Java Program to subtract two matrices
  113. Java Program to multiply two matrices
  114. Python Program to print Hello World
  115. Python Program to initialize different datatypes and print
  116. Python Program to print different formats of string
  117. Python Program to find sum of two integer numbers
  118. Python Program to find difference of two integer numbers
  119. Python Program to find product of two integer numbers
  120. Python Program to find division of two integer numbers
  121. Python Program to find biggest of two integer numbers
  122. Python Program to find biggest of three numbers
  123. Python Program to find area of square
  124. Python Program to find area of rectangle
  125. Python Program to find area of circle
  126. Python Program to find area of triangle
  127. Python Program to find area of pentagon
  128. Python Program to swap two numbers using temporary variable
  129. Python Program to swap two numbers using xor
  130. Python Program to find swap two numbers without temp variable (Addition and Subtraction Method)
  131. Python Program to find swap two numbers without temp variable (Multiplication and Division Method)
  132. Python Program to find ASCII value of a character or digit
  133. Python Program to find ASCII value of a character or digit entered by the user
  134. Python Program to check whether a given number is an Armstrong Number or not
  135. Python Program to check whether a given number is an Armstrong Number or not using lambda and list
  136. Python Program to reverse an integer number
  137. Python Program to find sum of digits
  138. Python Program to convert kilometer to mile
  139. Python Program to find maximum element in an array
  140. Python Program to find sum of array elements using for
  141. Python Program to find sum of array elements using sum function
  142. Python Program to find fibonacci series
  143. Python Program to sort an array using Insertion Sort
  144. Python Program to check if a given number is Prime or not
  145. Python Program to convert Celsius to Fahrenheit
  146. Python Program to convert Fahrenheit to Celsius
  147. Python Program to generate a random number within the given range
  148. C Program to print Hello World on the console
  149. C Program to initialize different datatypes and print the same on terminal
  150. C Program to show different formatting in output using printf
  151. C Program to convert a value into different formats using format specifiers
  152. C Program to find the sum of two integer numbers
  153. C Program to find the difference of two integer numbers
  154. C Program to find the product of two integer numbers
  155. C Program to find the division of two integer numbers
  156. C Program to perform arithmetic operations using floating point variables
  157. C Program to find distance between two straight lines
  158. C Program to find area of square
  159. C Program to find perimeter of square
  160. C Program to find area of rectangle
  161. C Program to find perimeter of rectangle
  162. C Program to find area of equilateral triangle
  163. C Program to find area of right angled triangle
  164. C Program to find area of scalene triangle
  165. C Program to find area of triangle given three sides of a triangle
  166. C Program to find area of circle
  167. C Program to find area and circumference of a circle using pre processor directives
  168. C Program to check if a triangle is Isosceles Equilateral or Scalene
  169. C Program to convert Celcius to Fahrenheit
  170. C Program to convert Fahrenheit to Celcius
  171. C Program to swap two variables using addition and subtraction without using temporary variable
  172. C Program to swap two variables using temporary variable
  173. C Program to swap two variables using multiply and division operation without using temporary variable
  174. C Program to swap two variables by shifting bits
  175. C Program to calculate Simple Interest
  176. C Program to calculate Compound Interest
  177. C Program to find profit or loss
  178. C Program to find positive negative or zero using Conditional Operator
  179. C Program to find positive negative or zero using If Else statement
  180. C Program to find odd or even using Conditional Operator
  181. C Program to find odd or even using If Else statement
  182. C Program to find odd or even using goto statement
  183. C Program to check whether a given year is a leap year or not
  184. C Program to check whether a given number is a Perfect Number or not
  185. C Program to check whether a given number is an Armstrong Number or not
  186. C Program to generate Armstrong number within a given range
  187. C Program to check whether a given number is an Armstrong Number or not using user defined power function
  188. C Program to find biggest of two numbers using Conditional Operator
  189. C Program to find biggest of two numbers using If Else statement
  190. C Program to find biggest of three numbers using Conditional Operator
  191. C Program to find biggest of three numbers using If Else statement
  192. C Program to find biggest of three numbers using nested If Else statement
  193. C Program to find biggest of three numbers using Binary Minus
  194. C Program to find smallest of three numbers using Conditional Operator
  195. C Program to find smallest of three numbers using If Else statement
  196. C Program to calculate grade based on percentage using If Else statement
  197. C Program to calculate grade based on percentage using switch statement
  198. C Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using if else ladder statement
  199. C Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using switch statement
  200. C Program to find roots of a quadratic equation using If Else statement
  201. C Program to find area of triangle square circle or rectangle using switch statement
  202. C Program to demonstrate the use of sizeof operator
  203. C Program to identify a character or a digit using ASCII values
  204. C Program to identify a character digit or special character using Built In functions
  205. C Program to identify a character or a digit using Built In functions
  206. C Program to convert lower case alphabet to upper case and upper case to lower case using ASCII values
  207. C Program to convert lower case alphabet to upper case and upper case to lower case using Built In functions
  208. C Program to print first n natural numbers using for loop
  209. C Program to print first n natural numbers using while loop
  210. C Program to print first n natural numbers using do while loop
  211. C Program to find the sum of first n natural numbers using for loop
  212. C Program to find the sum of first n natural numbers using while loop
  213. C Program to sum of n natural numbers using do while
  214. C Program to find the factorial of a given number
  215. C Program to find factorial of a number using functions
  216. C Program to find GCD and LCM of a given two number
  217. C Program to generate Fibonacci Series for first n natural numbers
  218. C Program to check whether a given integer number is palindrome or not
  219. C Program to print first n prime numbers
  220. C Program to print prime numbers within given range
  221. C Program to check if a number is prime number or not
  222. C Program to reverse a given integer number using while loop
  223. C Program to reverse a given integer number using while loop using functions
  224. C Program to reverse an integer number using for
  225. C Program to reverse an integer number using do while
  226. C Program to reverse string using for
  227. C Program to reverse string using while
  228. C Program to reverse string using do while
  229. C Program to print random number
  230. C Program to print random number within range
  231. C Program to check anagram by checking frequency
  232. C Program to check anagram by sorting strings
  233. C Program to find area of Ellipse
  234. C Program to find area of Regular Polygon sides
  235. C Program to find area of Rhombus
  236. C Program to find area of Sector
  237. C Program to find area of Triangular Prism lateral surface
  238. C Program to find the area of a pentagon
  239. C Program to find area of trapezoid
  240. C Program to print hello world using ASCII
  241. C Program to find power of a number without inbuilt function
  242. C Program to find substring of a string
  243. C Program to swap two Strings
  244. C Program to search occurrence of character in String
  245. C Program to sort a set of strings alphabetically
  246. C Program to arrange a string alphabetically
  247. C Program to find length of a string using built in functions
  248. C Program to find length of a string without using built in functions
  249. C Program to find if a string is palindrome or not without built in functions
  250. C Program to compare two strings using built in functions
  251. C Program to compare two strings without using built in functions
  252. C Program to find Combinations nCr
  253. C Program to find sum and percentage of subjects
  254. C Program to concatenate two strings using built in functions
  255. C Program to concatenate two strings into a third string using built in functions
  256. C Program to concatenate two strings into a third string without using built in functions
  257. C Program to copy from source string to destination string using built in functions
  258. C Program to copy from source string to destination string without using built in functions
  259. C Program to find sum of two numbers using command line arguments
  260. C Program to find sum of two numbers using functions with returning the value
  261. C Program to find sum of two numbers using functions without returning the value
  262. C Program to print first n odd numbers
  263. C Program to print n odd numbers within range
  264. C Program to print n even numbers within range
  265. C Program to print first n odd and even numbers Type 1
  266. C Program to print first n odd and even numbers Type 2
  267. C Program to find the sum of first n odd numbers using for loop
  268. C Program to print the sum of n odd numbers using while
  269. C Program to print the sum of n odd numbers using do while
  270. C Program to print the sum of n odd numbers within range using for
  271. C Program to print the sum of n odd numbers within range using while
  272. C Program to print the sum of n odd numbers within range using do while
  273. C Program to find the sum of first n even numbers using for loop
  274. C Program to print the sum of n even numbers within range using do while
  275. C Program to find the sum of first n odd and even numbers using for
  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 convert binary to decimal number
  282. C Program to convert binary to hexadecimal number
  283. C Program to convert binary to octal number
  284. C Program to convert a decimal to binary number
  285. C Program to convert decimal to hexadecimal number
  286. C Program to convert a decimal to octal number
  287. C Program to convert octal to binary number
  288. C Program to convert an octal to decimal number
  289. C Program to convert octal to hexadecimal number
  290. C Program to convert Kilometers to miles
  291. C Program to convert kilometer to miles using preprocessor directive
  292. C Program to demonstrate calloc dynamic memory allocation
  293. C Program to demonstrate malloc dynamic memory allocation
  294. C Program to demonstrate malloc memset
  295. C Program to initialize array of strings and print on the terminal
  296. C Program to delete duplicate elements from an array
  297. C Program to copy contents of one array to another
  298. C Program to find maximum element in an array without sorting
  299. C Program to find minimum element in an array without sorting
  300. C Program to merge two arrays one after the other
  301. C Program to find the sum of array elements
  302. C Program to find sum of two arrays
  303. C Program to search a key element using Linear Search method
  304. C Program to search a key element using Linear Search using Functions
  305. C Program to add two matrix
  306. C Program to subtract two matrix
  307. C Program to find sum of lower triangle matrix
  308. C Program to find sum of upper triangle matrix
  309. C Program to add principal diagonal elements in a matrix
  310. C Program to transpose a matrix
  311. C Program to check if the entered matrix is magic square or not
  312. C Program to implement basic operation of Stacks using global variables
  313. C Program to implement basic operation of Stacks using arrays and pointers
  314. C Program to implement basic operation of Stacks using structures
  315. C Program to implement Stacks using Singly Linked List
  316. C Program to implement Stacks using Circular Linked List
  317. C Program to convert a valid Infix expression to postfix using Stacks
  318. C Program to convert a valid Infix expression to postfix using Structures
  319. C Program to evaluate a valid Postfix expression using Stacks
  320. C Program to find sum of n natural numbers using recursion
  321. C Program to find the factorial of a given number using recursion
  322. C Program to generate fibonacci series using recursion
  323. C Program to find nth fibonacci number using recursion
  324. C Program to search a key element using linear search using recursion
  325. C Program to search a key element using binary search using recursion
  326. C Program to implement Tower of Hanoi
  327. C Program to implement basic operations of Linear Queue using arrays and pointers
  328. C Program to implement basic operations of Circular Queue using arrays and pointers
  329. C Program to implement Priority Queues using array of structures
  330. C Program to implement Singly Linked List to insert and delete a node from front and display the contents of the Singly List
  331. C Program to implement Singly Linked List to insert and delete a node from rear and display the contents of the Singly List
  332. 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
  333. 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
  334. 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
  335. 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
  336. C Program to implement Linear Queue using Singly Linked List
  337. C Program to implement Circular Linked List to insert and delete a node from front and display the contents of the Circular List
  338. C Program to implement Circular Linked List to insert and delete a node from rear and display the contents of the Circular List
  339. 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
  340. C Program to implement Doubly Linked List to insert and delete a node from front and display the contents of the Doubly Linked List
  341. C Program to implement Doubly Linked List to insert and delete a node from rear and display the contents of the Doubly Linked List
  342. C Program to reverse a digit using recursion
  343. C Program to print prime numbers within a range using recursion
  344. C Program to check prime numbers using recursion
  345. C Program to sort an array using Bubble Sort
  346. C Program to sort an array using Bubble Sort using functions
  347. C Program to sort an array using Selection Sort
  348. C Program to sort an array using Merge Sort
  349. C Program to sort an array using Shell Sort
  350. C Program to implement 01 Knapsack problem
  351. C Program to implement 01 Knapsack problem using recursion
  352. C Program to implement Fractional Knapsack problem using Greedy Method
  353. C Program to implement Prim's Algorithm
  354. C Program to solve N Queens using greedy method
  355. C Program to implement Warshall's algorithm
  356. C Program to find square of a number using macro functions
  357. C Program to illustrate basic concept of pointers
  358. C Program to display value using star operator in pointers
  359. C Program to calculate size of a structure
  360. C Program to find string length using pointers
  361. C Program to find sum of array elements using pointers
  362. C Program to print an array in reverse direction using pointers
  363. C Program to add two complex numbers using structures
  364. C Program to demonstrate fgets
  365. C Program to demonstrate double pointer
  366. C Program to add matrices using pointer
  367. C Program to add matrices using function and pointer
  368. C Program to count vowels and consonents in a given sentence
  369. C Program to create union of structures of an employee and display the details
  370. C Program to print if the architecture is supporting big endian or little endian
  371. C Program to create a enum user defined datatype for days of a week and print the index of a week
  372. C Program to read a text file
  373. C Program to read and print contents of a file using static memory allocation
  374. C Program to read and print contents of a file using dynamic memory allocation
  375. C Program to convert contents of a file to upper case
  376. C Program to copy contents from file to another file
  377. C Program to create a child process using fork system call
  378. C Program to create a child process using fork system call and print PID and PPID of the processes
  379. C Program to print small alphabets in right angled triangle pattern in series
  380. C Program to print capital alphabets in right angled triangle pattern in series
  381. C Program to print number a Right angled Triangle pattern
  382. C Program to print first n natural numbers in a Right angled Triangle pattern
  383. C Program to print even numbers in a Right angled Triangle pattern
  384. C Program to print prime numbers in a Right angled Triangle pattern
  385. C Program to print binary numbers in a Right angled Triangle pattern
  386. C Program to print numbers in rows and columns of Quadrangle pattern
  387. C Program to print numbers in rows and columns of Quadrangle pattern in reverse order
  388. C Program to print Equilateral Triangle in a pyramid star pattern
  389. C++ Program to initialize different datatypes and print the same on terminal
  390. C++ Program to find the sum of two integer numbers
  391. C++ Program to find the difference of two integer numbers
  392. C++ Program to find the product of two integer numbers
  393. C++ Program to find the sum of two integer numbers using classes and objects
  394. C++ Program to show usage of classes and objects
  395. C++ Program to find biggest of two numbers
  396. C++ Program to find biggest of three numbers
  397. C++ Program to sort an array using Insertion Sort
  398. C++ Program to find biggest of two numbers using Inline Functions
  399. C++ Program to demonstrate sizeof operator
  400. C++ Program to demonstrate usage of reference types
  401. C++ Program to find sum of two numbers using pointer returning functions
  402. C++ Program for simple calculator to perform addition subtraction multiplication and division based on the symbol using switch statement
  403. C++ Program to demonstrate constructor overloading
  404. C++ Program to generate fibonacci series
  405. C++ Program to generate fibonacci series using class
  406. C++ Program to find factorial of a number without classes
  407. C++ Program to find factorial of a number using classes
  408. C++ Program to find factorial of a number using copy constructor
  409. C++ Program to demonstrate the use of address and value operator
  410. C++ Program to reverse a string using for
  411. C++ Program to find area of shapes using constructor overloading
  412. C++ Program to add two matrix
  413. C++ Program to print the sum of n odd and even numbers using while
  414. C++ Program to print the sum of n odd and even numbers using do while
  415. C++ Program to print the sum of n odd and even numbers within range using for
  416. C++ Program to print the sum of n odd and even numbers within range using while
  417. C++ Program to print the sum of n odd and even numbers within range using do while
  418. C# Program to print Hello World
  419. C# Program to add two numbers
  420. C# Program to subtract two numbers
  421. C# Program to multiply two numbers
  422. C# Program to divide two numbers
  423. C# Program to calculate area of pentagon
  424. C# Program to sort an array using Insertion Sort
  425. C# program to find Area of Circle
  426. C# program to find Area of Equilateral Triangle
  427. C# program to find Area of Isoceles Triangle
  428. C# program to find Simple Interest
  429. C# program to find Compound Interest
  430. C# program to print Odd Even Series
  431. Rust Program to print Hello World
  432. Rust Program to Add two Numbers
  433. Rust Program to Add two Numbers from user input
  434. Rust Program to Subtract two Numbers
  435. Rust Program to Subtract two Numbers from user input
  436. Rust Program to Multiply Two Numbers
  437. Rust Program to Multiply Two Numbers from user input
  438. Rust Program to Divide Two Numbers
  439. Rust Program to Divide Two Numbers from user input
  440. Rust Program to find Modulus of two Numbers
  441. Rust Program to read the integer from user input with error handling
  442. GO Lang Program to print Hello World
  443. JavaScript Program to display the date
  444. JavaScript Program to display an alert box
  445. JavaScript Program to push and pop elements from an array
  446. PHP Program to print Hello World
  447. PHP Program to print Hello World using echo
  448. PHP Program to print Hello World in html tag
  449. PHP Program to print Hello World using print
  450. PHP Program to Initialize variable and print
  451. PHP Program to add two numbers
  452. Ruby Program to display Hello World using Class
  453. Ruby Program to find odd or even number
  454. Ruby Program to add two numbers
  455. Ruby Program to add two numbers using command line
  456. Ruby Program to subtract two numbers
  457. R Program to print Hello World on Console
  458. R Program to get input from user and print on Console
  459. R Program to generate random numbers using runif
  460. R Program to generate random numbers using sample
  461. R Program to add two numbers and print the result on the console
  462. R Program to add two vectors and print the result on the console
  463. R Program to find the sum mean product of two vectors
  464. Shell Script to print Hello World on the console
  465. Shell Script to initialize Hello World String to a variable and print it on the console
  466. Shell Script to read an integer value from user and print
  467. Shell Script to print Fibonacci series
  468. Shell Script to find factorial of a number
  469. Shell Script to print first n natural numbers
  470. Shell Script to find sum of n numbers
  471. Shell Script to find biggest of two numbers
  472. Shell Script to find biggest of three numbers using command line arguments
  473. Shell Script to find biggest of three numbers using nested if
  474. Shell Script to print command line arguments Type 1
  475. Shell Script to print command line arguments Type 2
  476. Shell Script to reverse command line arguments
  477. Shell Script to print command line arguments in reverse
  478. Shell Script to reverse a String and print on console
  479. Shell Script to find largest file in a directory
  480. Shell Script to execute different commands on UNIX or Linux using script
  481. Shell Script for simple calculator to perform addition subtraction multiplication and division based on command line arguments
  482. Shell Script for simple calculator to perform addition subtraction multiplication and division based on the symbol using case statements
  483. ADA Program to print Hello World
  484. ADA Program to print a integer number entered by user
  485. ADA Program to print a character entered by user
  486. ADA Program to print a string entered by user
  487. ADA Program to find the sum of two integer number
  488. ADA Program to find the difference of two integer number
  489. ADA Program to find the product of two integer number
  490. ADA Program to find the division of two integer number
  491. ADA Program to find area of square
  492. ADA Program to find perimeter of square
  493. ADA Program to find area of rectangle
  494. ADA Program to find perimeter of rectangle
  495. Haskell Program to print hello world
  496. Haskell Program to print integer entered by the user
  497. Haskell Program to print string entered by the user
  498. Haskell Program to print system information
  499. Haskell Program to print Fibonacci series
  500. Haskell Program to print factorial of a number
  501. Haskell Program to add two numbers
  502. Haskell Program to subtract two numbers
  503. Haskell Program to multiply two numbers
  504. Haskell Program to divide two numbers
  505. Haskell Program to convert string to lower case
  506. Haskell Program to convert string to upper case
  507. Julia Program to print Hello World
  508. Julia Program to initialize string and print on console
  509. Julia Program to add two numbers
  510. Julia Program to subtract two numbers
  511. Julia Program to multiply two numbers
  512. Julia Program to divide two numbers
  513. Julia Program to find modulus of two numbers
  514. Julia Program to find power of a given number
  515. Julia Program to print n natural numbers
  516. Julia Program to print n odd numbers
  517. Julia Program to print n even numbers
  518. Julia Program to demonstrate Empty Arrays
  519. Julia Program to print step of 10s using range and collect method
  520. Kotlin Program to demonstrate ArrayList
  521. Lua Program to subtract two numbers
  522. Lua Program to multiply two numbers
  523. Swift Program to read integer from user and print (Type 1)
  524. Swift Program to read integer from user and print (Type 2)
  525. Swift Program to read integer from user and print (Type 3)
  526. Swift Program to print information of a student using classes
  527. F# program to print Hello World
  528. F# program to perform Boolean Operations
  529. Introduction to Java
  530. Java Virtual Machine (JVM) and Bytecode
  531. Features of Java
  532. Setting up the Java Development Kit (JDK)
  533. Difference Between Oracle JDK and OpenJDK
  534. Integrated Development Environments (IDEs) for Java
  535. First Java Program
  536. Java Keywords
  537. Java identifiers
  538. Lists in Python
  539. Strings in Python
  540. Tuples in Python
  541. Sets in Python
  542. Dictionary in Python
  543. File Handling in Python
  544. Introduction to Lua
  545. Installing Lua
  546. Passage 1
  547. Passage 2
  548. Passage 3
  549. Passage 4
  550. Passage 5
  551. Passage 6
  552. Passage 7
  553. Passage 8
  554. Passage 9
  555. Passage 10
  556. Passage 11
  557. Passage 12
  558. Passage 13
  559. Passage 14
  560. Passage 15
  561. Passage 16
  562. Passage 17
  563. Passage 18
  564. Passage 19
  565. Passage 20
  566. Passage 21
  567. Passage 22
  568. Passage 23
  569. Passage 24
  570. Passage 25
  571. Passage 26
  572. Passage 27
  573. Passage 28
  574. Passage 29
  575. Passage 30
  576. Passage 31
  577. Passage 32
  578. Passage 33
  579. Passage 34
  580. Passage 35
  581. Passage 36
  582. Passage 37
  583. Passage 38
  584. Passage 39
  585. Passage 40
  586. Passage 41
  587. Passage 42
  588. Passage 43
  589. Passage 44
  590. Passage 45
  591. Passage 46
  592. Passage 47
  593. Passage 48
  594. Passage 49
  595. Passage 50
  596. Passage 51
  597. Passage 52
  598. Passage 53
  599. Passage 54
  600. Passage 55
  601. Passage 56
  602. Passage 57
  603. Passage 58
  604. Passage 59
  605. Passage 60
  606. Passage 61
  607. Passage 62
  608. Passage 63
  609. Passage 64
  610. Passage 65
  611. Passage 66
  612. Passage 67
  613. Passage 68
  614. Passage 69
  615. Passage 70
  616. Passage 71
  617. Passage 72
  618. Passage 73
  619. Passage 74
  620. Passage 75
  621. Passage 76
  622. Passage 77
  623. Passage 78
  624. Passage 79
  625. Passage 80
  626. Passage 81
  627. Passage 82
  628. Passage 83
  629. Passage 84
  630. Passage 85
  631. Passage 86
  632. Passage 87
  633. Passage 88
  634. Passage 89
  635. Passage 90
  636. Passage 91
  637. Passage 92
  638. Passage 93
  639. Passage 94
  640. Passage 95
  641. Passage 96
  642. Passage 97
  643. Passage 98
  644. Passage 99
  645. Passage 100
  646. Passage 101
  647. Passage 102
  648. Passage 103
  649. Passage 104
  650. Passage 105
  651. Passage 106
  652. Passage 107
  653. Passage 108
  654. Passage 109
  655. Passage 110
  656. Passage 111
  657. Passage 112
  658. Passage 113
  659. Passage 114
  660. Passage 115
  661. Passage 116
  662. Passage 117
  663. Passage 118
  664. Passage 119
  665. Passage 120
  666. Passage 121
  667. Passage 122
  668. Passage 123
  669. Passage 124
  670. Passage 125
  671. Passage 126
  672. Passage 127
  673. Passage 128
  674. Passage 129
  675. Passage 130
  676. Passage 131
  677. Passage 132
  678. Passage 133
  679. Passage 134
  680. Passage 135
  681. Passage 136
  682. Passage 137
  683. Passage 138
  684. Passage 139
  685. Passage 140
  686. Passage 141
  687. Passage 142
  688. Passage 143
  689. Passage 144
  690. Passage 145
  691. Passage 146
  692. Passage 147
  693. Passage 148
  694. Passage 149
  695. Passage 150
  696. Passage 151
  697. Passage 152
  698. Passage 153
  699. Passage 154
  700. Passage 155
  701. Passage 156
  702. Passage 157
  703. Passage 158
  704. Passage 159
  705. Passage 160
  706. Passage 161
  707. Passage 162
  708. Passage 163
  709. Passage 164
  710. Passage 165
  711. Passage 166
  712. Passage 167
  713. Passage 168
  714. Passage 169
  715. Passage 170
  716. Passage 171
  717. Passage 172
  718. Passage 173
  719. Passage 174
  720. Passage 175
  721. Passage 176
  722. Passage 177
  723. Passage 178
  724. Passage 179
  725. Passage 180
  726. Passage 181
  727. Passage 182
  728. Passage 183
  729. Passage 184
  730. Passage 185
  731. Passage 186
  732. Passage 187
  733. Passage 188
  734. Passage 189
  735. Passage 190
  736. Passage 191
  737. Passage 192
  738. Passage 193
  739. Passage 194
  740. Passage 195
  741. Passage 196
  742. Passage 197
  743. Passage 198
  744. Passage 199
  745. Passage 200
  746. Passage 201
  747. Passage 202
  748. Passage 203
  749. Passage 204
  750. Passage 205
  751. Passage 206
  752. Passage 207
  753. Passage 208
  754. Passage 209
  755. Passage 210
  756. Passage 211
  757. Passage 212
  758. Passage 213
  759. Passage 214
  760. Passage 215
  761. Passage 216
  762. Passage 217
  763. Passage 218
  764. Passage 219
  765. Passage 220
  766. Passage 221
  767. Passage 222
  768. Passage 223
  769. Passage 224
  770. Passage 225
  771. Passage 226
  772. Passage 227
  773. Passage 228
  774. Passage 229
  775. Passage 230
  776. Passage 231
  777. Passage 232
  778. Passage 233
  779. Passage 234
  780. Passage 235
  781. Passage 236
  782. Passage 237
  783. Passage 238
  784. Passage 239
  785. Passage 240
  786. Passage 241
  787. Passage 242
  788. Passage 243
  789. Passage 244
  790. Passage 245
  791. Passage 246
  792. Passage 247
  793. Passage 248
  794. Passage 249
  795. Passage 250
  796. Passage 251
  797. Passage 252
  798. Passage 253
  799. Passage 254
  800. Passage 255
  801. Passage 256
  802. Passage 257
  803. Passage 258
  804. Passage 259
  805. Passage 260
  806. Passage 261
  807. Passage 262
  808. Passage 263
  809. Passage 264
  810. Passage 265
  811. Passage 266
  812. Passage 267
  813. Passage 268
  814. Passage 269
  815. Passage 270
  816. Passage 271
  817. Passage 272
  818. Passage 273
  819. Passage 274
  820. Passage 275
  821. Passage 276
  822. Passage 277
  823. Passage 278
  824. Passage 279
  825. Passage 280
  826. Passage 281
  827. Passage 282
  828. Passage 283
  829. Passage 284
  830. Passage 285
  831. Passage 286
  832. Passage 287
  833. Passage 288
  834. Passage 289
  835. Passage 290
  836. Passage 291
  837. Passage 292
  838. Passage 293
  839. Passage 294
  840. Passage 295
  841. Passage 296
  842. Passage 297
  843. Passage 298
  844. Passage 299
  845. Passage 300
  846. Question 1
  847. Question 2
  848. Question 3
  849. Question 4
  850. Question 5
  851. Question 6
  852. Question 7
  853. Question 8
  854. Question 9
  855. Question 10
  856. Question 11
  857. Question 12
  858. Question 13
  859. Question 14
  860. Question 15
  861. Question 16
  862. Question 17
  863. Question 18
  864. Question 19
  865. Question 20
  866. Question 21
  867. Question 22
  868. Question 23
  869. Question 24
  870. Question 25
  871. Question 26
  872. Question 27
  873. Question 28
  874. Question 29
  875. Question 30
  876. Question 31
  877. Question 32
  878. Question 33
  879. Question 34
  880. Question 35
  881. Question 36
  882. Question 37
  883. Question 38
  884. Question 39
  885. Question 40
  886. Question 41
  887. Question 42
  888. Question 43
  889. Question 44
  890. Question 45
  891. Question 46
  892. Question 47
  893. Question 48
  894. Ganesha Ashtottara Shatanamavali English
  895. Ganesha Ashtottara Shatanamavali Kannada
  896. Ganesha Ashtottara Shatanamavali Telugu
  897. Ganesha Ashtottara Shatanamavali Hindi
  898. Ganesha Ashtottara Shatanamavali Sanskrit
  899. Ganesha Ashtottara Shatanamavali Tamil
  900. Vinayaka Ashtottara Shatanamavali English
  901. Vinayaka Ashtottara Shatanamavali Kannada
  902. Vinayaka Ashtottara Shatanamavali Telugu
  903. Vinayaka Ashtottara Shatanamavali Hindi
  904. Vinayaka Ashtottara Shatanamavali Sanskrit
  905. Vinayaka Ashtottara Shatanamavali Tamil
  906. Ganapati Gakara Ashtottara Shatanamavali English
  907. Ganapati Gakara Ashtottara Shatanamavali Kannada
  908. Ganapati Gakara Ashtottara Shatanamavali Telugu
  909. Ganapati Gakara Ashtottara Shatanamavali Hindi
  910. Ganapati Gakara Ashtottara Shatanamavali Sanskrit
  911. Ganapati Gakara Ashtottara Shatanamavali Tamil
  912. Sri Subramanya Ashtottara Shatanamavali English
  913. Sri Subramanya Ashtottara Shatanamavali Kannada
  914. Sri Subramanya Ashtottara Shatanamavali Telugu
  915. Sri Subramanya Ashtottara Shatanamavali Hindi
  916. Sri Subramanya Ashtottara Shatanamavali Sanskrit
  917. Sri Subramanya Ashtottara Shatanamavali Tamil
  918. Shiva Ashtottara Shatanamavali English
  919. Shiva Ashtottara Shatanamavali Kannada
  920. Shiva Ashtottara Shatanamavali Telugu
  921. Shiva Ashtottara Shatanamavali Hindi
  922. Shiva Ashtottara Shatanamavali Sanskrit
  923. Shiva Ashtottara Shatanamavali Tamil
  924. Satyanarayana Ashtottara Shatanamavali (Type 1) English
  925. Satyanarayana Ashtottara Shatanamavali (Type 1) Kannada
  926. Satyanarayana Ashtottara Shatanamavali (Type 1) Telugu
  927. Satyanarayana Ashtottara Shatanamavali (Type 1) Hindi
  928. Satyanarayana Ashtottara Shatanamavali (Type 1) Sanskrit
  929. Satyanarayana Ashtottara Shatanamavali (Type 1) Tamil
  930. Sri Durga Ashtottara Shatanamavali English
  931. Sri Durga Ashtottara Shatanamavali Kannada
  932. Sri Durga Ashtottara Shatanamavali Telugu
  933. Sri Durga Ashtottara Shatanamavali Hindi
  934. Sri Durga Ashtottara Shatanamavali Sanskrit
  935. Sri Durga Ashtottara Shatanamavali Tamil
  936. Sri Krishna Ashtottara Shatanamavali English
  937. Sri Krishna Ashtottara Shatanamavali Kannada
  938. Sri Krishna Ashtottara Shatanamavali Telugu
  939. Sri Krishna Ashtottara Shatanamavali Hindi
  940. Sri Krishna Ashtottara Shatanamavali Sanskrit
  941. Sri Krishna Ashtottara Shatanamavali Tamil
  942. Sri Lakshmi Ashtottara Shatanamavali English
  943. Sri Lakshmi Ashtottara Shatanamavali Kannada
  944. Sri Lakshmi Ashtottara Shatanamavali Telugu
  945. Sri Lakshmi Ashtottara Shatanamavali Hindi
  946. Sri Lakshmi Ashtottara Shatanamavali Sanskrit
  947. Sri Lakshmi Ashtottara Shatanamavali Tamil
  948. Venkateshwara Ashtottara Shatanamavali English
  949. Venkateshwara Ashtottara Shatanamavali Kannada
  950. Venkateshwara Ashtottara Shatanamavali Telugu
  951. Venkateshwara Ashtottara Shatanamavali Hindi
  952. Venkateshwara Ashtottara Shatanamavali Sanskrit
  953. Venkateshwara Ashtottara Shatanamavali Tamil
  954. Batuka Bhairava Ashtottara Shatanamavali English
  955. Batuka Bhairava Ashtottara Shatanamavali Kannada
  956. Batuka Bhairava Ashtottara Shatanamavali Telugu
  957. Batuka Bhairava Ashtottara Shatanamavali Hindi
  958. Batuka Bhairava Ashtottara Shatanamavali Sanskrit
  959. Batuka Bhairava Ashtottara Shatanamavali Tamil
  960. Sri Lakshmi Narasimha Ashtottara Shatanamavali English
  961. Sri Lakshmi Narasimha Ashtottara Shatanamavali Kannada
  962. Sri Lakshmi Narasimha Ashtottara Shatanamavali Telugu
  963. Sri Lakshmi Narasimha Ashtottara Shatanamavali Hindi
  964. Sri Lakshmi Narasimha Ashtottara Shatanamavali Sanskrit
  965. Sri Lakshmi Narasimha Ashtottara Shatanamavali Tamil
  966. Sri Kali Ashtottara Shatanamavali English
  967. Sri Kali Ashtottara Shatanamavali Kannada
  968. Sri Kali Ashtottara Shatanamavali Telugu
  969. Sri Kali Ashtottara Shatanamavali Hindi
  970. Sri Kali Ashtottara Shatanamavali Sanskrit
  971. Sri Kali Ashtottara Shatanamavali Tamil
  972. Sri Saraswati Ashtottara Shatanamavali English
  973. Sri Saraswati Ashtottara Shatanamavali Kannada
  974. Sri Saraswati Ashtottara Shatanamavali Telugu
  975. Sri Saraswati Ashtottara Shatanamavali Hindi
  976. Sri Saraswati Ashtottara Shatanamavali Sanskrit
  977. Sri Saraswati Ashtottara Shatanamavali Tamil
  978. Sri Mangala Gowri Ashtottara Shatanamavali English
  979. Sri Rama Ashtottara Shatanamavali English
  980. Sri Sita Ashtottara Shatanamavali (Type 1) English
  981. Sri Sita Ashtottara Shatanamavali (Type 2) English
  982. Sri Anjaneya Ashtottara Shatanamavali English
  983. Surya Ashtottara Shatanamavali English
  984. Chandra Ashtottara Shatanamavali English
  985. Chandra Ashtottara Shatanamavali Kannada
  986. Chandra Ashtottara Shatanamavali Telugu
  987. Chandra Ashtottara Shatanamavali Hindi
  988. Chandra Ashtottara Shatanamavali Sanskrit
  989. Chandra Ashtottara Shatanamavali Tamil
  990. Angaraka Ashtottara Shatanamavali English
  991. Budha Ashtottara Shatanamavali English
  992. Bruhaspati Ashtottara Shatanamavali English
  993. Shukra Ashtottara Shatanamavali English
  994. Shani Ashtottara Shatanamavali English
  995. Rahu Ashtottara Shatanamavali English
  996. Ketu Ashtottara Shatanamavali English
  997. Dattatreya Ashtottara Shatanamavali English
  998. Ananta Padmanabha Ashtottara Shatanamavali English
  999. Gayatri Ashtottara Shatanamavali (Type 1) English
  1000. Gayatri Ashtottara Shatanamavali (Type 2) English
  1001. Sri Tulasi Ashtottara Shatanamavali English
  1002. Sri Devasena Ashtottara Shatanamavali English
  1003. Sri Varaha Ashtottara Shatanamavali English
  1004. Sri Varahi Ashtottara Shatanamavali English
  1005. Sri Veerabhadra Ashtottara Shatanamavali English
  1006. Sri Hayagreeva Ashtottara Shatanamavali English
  1007. Sri Shankaracharya Ashtottara Shatanamavali English
  1008. Sri Raghavendra Ashtottara Shatanamavali English
  1009. Satyanarayana Ashtottara Shatanamavali (Type 2) English
  1010. Sri Kalabhairava Kakara Ashtottara Shatanamavali English
  1011. Sri Adilakshmi Ashtottara Shatanamavali English
  1012. Sri Dhanyalakshmi Ashtottara Shatanamavali English
  1013. Sri Dhairyalakshmi Ashtottara Shatanamavali English
  1014. Sri Gajalakshmi Ashtottara Shatanamavali English
  1015. Sri Santanalakshmi Ashtottara Shatanamavali English
  1016. Sri Vijayalakshmi Ashtottara Shatanamavali English
  1017. Sri Vidyalakshmi Ashtottara Shatanamavali English
  1018. Sri Aishwaryalakshmi Ashtottara Shatanamavali English
  1019. Sri Kamakshi Ashtottara Shatanamavali English
  1020. Sri Pratyangira Ashtottara Shatanamavali English
  1021. Aam Ka Mitha Achar
  1022. Aamti
  1023. Achari Paneer
  1024. Adai
  1025. Agra Petha
  1026. Extra Creamy Potato Soup
  1027. Aloo Wadiyan Rasedaar
  1028. Aloo Baigan
  1029. Aloo Bonda
  1030. Aloo Dahi Wale
  1031. Aloo Dahiwada
  1032. Aloo Gobi
  1033. Aloo Ka Bharta
  1034. Aloo Ki Khichdi
  1035. Aloo Kurkure
  1036. Aloo Mangodi
  1037. Aloo Methi
  1038. Aloo Mewawale
  1039. Aloo Palak
  1040. Aloo Patta Gobi
  1041. Aloo Phulkopir Dalna
  1042. Aloo Poha
  1043. Aloo Posto
  1044. Aloo Pulao
  1045. Aloo Sabzi
  1046. Aloo Took
  1047. Alutua
  1048. Amer Chatni
  1049. Amer Mishti Achar
  1050. Amla Ki Chutney
  1051. Amla Pickle
  1052. Amti
  1053. Anaraser Chatni
  1054. Appam
  1055. Apple and Mango Chutney
  1056. Apple and Onion Bake
  1057. Apple Jam
  1058. Apple Jelly
  1059. Apricot and Pineapple Jam
  1060. Apricot Chutney
  1061. Apricot Jam
  1062. Apricot Sauce
  1063. Aratikaaya Masala Pulusu
  1064. Arbi Pickle
  1065. Arhar Dal
  1066. Arhar Dal with Green Mango
  1067. Asoondi
  1068. Atta Chakuli
  1069. Atte Ka Seera
  1070. Aviyal
  1071. Baadusha
  1072. Baby Corn Soup (Type 1)
  1073. Baby Corn Soup (Type 2)
  1074. Badam Ka Seera
  1075. Badam Kaju Pista Burger
  1076. Badam Kheer
  1077. Bagala Baath
  1078. Baghare Baigan
  1079. Baked Brinjal Salad
  1080. Banana Chips
  1081. Banana Chutney
  1082. Bandha Kobhi Chadchadee
  1083. Basic Bean Soup
  1084. Basil and Badam Soup
  1085. Bathue Raita
  1086. Beetroot Halwa
  1087. Begun Bhaja
  1088. Bendakaya Fry
  1089. Besan Dhokla
  1090. Bhaja Muga Dali
  1091. Bharwan Baingan
  1092. Bhel Puri
  1093. Bhindi Anardana
  1094. Bhindi Bhaji
  1095. Black Bean Soup
  1096. Black Eye Beans Curry
  1097. Boiled Rice
  1098. Bombay Chapathi Sandwich
  1099. Bombay Chiwda
  1100. Boondi Raita
  1101. Bread Barfi
  1102. Brinjal Caviar
  1103. Brinjal Rice
  1104. Buttermilk Dosa
  1105. Cabbage Apple Delight
  1106. Cabbage Paratha
  1107. Cabbage Poriyal
  1108. Cabbage Raita
  1109. Carrot and Cilantro Soup
  1110. Carrot and Lentil Soup
  1111. Carrot Chutney
  1112. Carrot Halwa
  1113. Carrot Jam
  1114. Carrot Kheer
  1115. Carrot Muffin
  1116. Carrot Pickle
  1117. Carrot Rice
  1118. Carrots in Foil
  1119. Cashew Nut Chutney
  1120. Cauliflower Turnip and Carrot Pickle
  1121. Celery Payaru Thoran
  1122. Chakkar Pongal
  1123. Chana Dal
  1124. Chana Dal Paratha
  1125. Chanar Bara
  1126. Chanar Dalna
  1127. Chane Jaiselmer Ke
  1128. Charupodi
  1129. Cheese Pakora
  1130. Cheesy Potato Croquettes
  1131. Sri Kukke Subrahmanya Temple (Subramanya)
  1132. Manjunatha Swamy Temple (Dharmasthala)
  1133. Shree Mahaganapathi Temple (Southadka)
  1134. Shri Vinayaka Temple (Aane Gudde - Kumbashi)
  1135. Shri Idagunji Maha Ganapati Temple (Idagunji)
  1136. Mookambika Temple (Kollur)
  1137. Sri Krishna Matha (Udupi)
  1138. Sri Manjunatha Temple (Kadri)
  1139. Mangaladevi Temple (Mangalore)
  1140. Gokarnanatha Temple (Kudroli)
  1141. Sharadamba Temple (Sringeri)
  1142. Annapooreshwari Temple (Horanadu)
  1143. Durga Parameshwari Temple (Kateel)
  1144. Shri Brahmi Durgaparameshwari Temple (Kamalashile)
  1145. Shri Murudeshwara Temple (Murudeshwara)
  1146. Mahabaleshwar Temple (Gokarna)
  1147. Shri Rajarajeshwari Temple (Polali)
  1148. Shri Shankaranarayana Temple (Shankaranarayana)
  1149. Guru Narasimha Temple (Saligrama)
  1150. Shri Ananthapadmanabha Temple (Kudupu)
  1151. Shri Sada Shivarudra Temple (Ujire)
  1152. Shri Shishileshwara Temple (Shishila)
  1153. Shri Vaidyanatheshwara Temple (Kokkada)
  1154. Shri Rishyasringeshwara Temple (Kigga)
  1155. Annapoorneshwari Temple (Hosanadu Kodyadka)
  1156. Shree Sharadhamba Temple (Koodli)
  1157. Sri Surya Narayana Temple (Naravi)
  1158. Kalaseshwara Temple (Kalasa)
  1159. Shri Jagadguru Badari Shankaracharya Samsthanam (Shakatapuram)
  1160. Guli Guli Shankareshwara Swamy Temple (Shimoga)
  1161. Sri Vinayaka Temple (Guddattu)
  1162. The Monkey and the Wedge
  1163. The Jackal and the Drum
  1164. The Fall and Rise of a Merchant
  1165. The Foolish Sage
  1166. The Greedy Jackal and the Fighting Goats
  1167. The Clever Crows and the Cunning Jackal
  1168. The Cunning Heron and the Clever Crab
  1169. The Clever Hare and the Foolish Lion
  1170. The Bug and the Flea
  1171. The story of a Blue Jackal
  1172. The Lion, the Camel, the Jackal and the Crow
  1173. The Tittibha Birds and the Sea