Program to read text using Bufferedreader in Java

Previous Next Java programming language has many classes to read input characters. One such class is BufferedReader class and this program to read text using the BufferedReader in Java demonstrates the working of this class.We are using JDK 8u111 with Netbeans IDE 8.2 installed on a Windows 7 64-bit PC to compile and run this … Read more

Program to find Area of a Triangle in Java

The program to find the area of a triangle is a simple program that demonstrates the program structure of Java. It is intended for beginner level learner of Java programming.Also, we used NetBean 8.2 on a windows 7 64-bit with Java SDK 8u111 to write this program.To help you understand the program read following sections … Read more

Program to add two numbers in Java

Previous Next This is a simple program to add two numbers in Java help demonstrate and learn the basics of Java programming. The Java program uses arithmetic operators and this is an example of the addition operator.This program is written using JDK 8u111 with Netbeans IDE 8.2 on a Windows 7 64-bit PC. Alternatively, you … Read more

C++ Program to Compute Hamming Distance Function

Previous Next Hamming distance function is a very important function and it has many application especially in “Coding Theory”. In computer networks,  when a group of bits or bytes is sent, the hamming distance function helps to identify the number of bit position changed in the bit stream due to error, sometimes known as multi-bit … Read more

C++ Program to Write a Bio-data

Previous Next This is a C++ program to write a bio-data. The program is written in Dev-C++ installed on a Windows 7 64-bit system. You can use any standard C++ compiler to compile and run this program. The program is intended for beginners learning C++ programming language. You may change the dummy information displayed with … Read more

Permutation and Combination Problems

Permutation is arrangement of n objects taken r at a time. You keep arranging them by taken r number of objects at a time or take n objects at a time. Consider 4 objects –  A , B ,C, D  and 2 places 1 ,2, 3 . How many way can you arrange it? A  … Read more

Extreme Programming Agile Model

Here is my notes on Extreme programming and Agile process. Agile process model works on action based software development, the practitioners of agile prefer face-to-face communication, daily meeting and active software development approach. They want to build software that is useful and have required components rather than all the fancy unwanted features. Agile Principles  Extreme … Read more

Semi-Group and Monoid

A set of element S with binary operation * is semi-group if two of the property is satisfied 1. Since, S is a set with binary operation, it should satisfy closure property.       i,e.,  a,b ∈ S, then a * b ∈ S 2. It must satisfy associative property.       i.e., … Read more

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.

Exit mobile version