Java Programming Code Examples
Java > Swing Code Examples
Adding text to Image
Find Second Largest & Smallest Elements -
C Program finds second largest & smallest elements in an array. The program sorts the array in an descending order. Then it finds the second largest and smallest element in
C Program Code Performing Binary Search -
C program, Using Recursion, performs binary search. In this C program, an array of random number is generated. User is asked to enter a key. The array of random numbers are sorted
C++ Program use Linear Search Technique -
First ask to enter the array size then it will ask to enter the array elements, then it will finally ask to enter a number to be search in array to check whether it is present in the array or not
C++ Samples for Constructor Overloading -
"Constructor" is automatically called when an object create. It is "special member function" of the class. Variable declaration, constructor without argument, and which constructor has
Program Find the Average using Function -
C code to find the average using function. We have created user defined function average() for the calculation of average. The numbers entered by user are passed to this c function
Code find maximum using ladder if.else.if -
Instead of using Nested If Else. Lets combine 2 or more conditions together using Logical Operators. A number j1 among 3 numbers j1, j2 and j3 is said maximum if j1 > j2 and j1 > j3.
The C++ Language Returning a Reference -
As a function can be created to return a value of a primitive type, a function can be defined to return a reference to primitive type. When 'declaring such a function', you must indicate
Chess for two humans C Graphic Program -
Draw vertical lines of the chess board Draw the horizontal lines of the chess. Knight's moves are not affected if some entity lies in the way. It just jumps over them. Atmost only