Formated Input/Output in Java

In programming contest we have to use file to read data in different format and sometimes we have to write the output in a file....

Unformatted Input/Output in C++

In programming contest we have to use file to read data in different format and sometimes we have to write the output in a file....

Basic Things in Programming Contest

In the past there were more simpler problems in programming contest than present. Day by day the problems are becoming hard. So if you are...

Constants in VB .NET

Sometime we want to use fixed value for specified variable. For this purpose we can use constants in VB .NET as follows: Const MAX_STUDENTS As...

Data Types in VB .NET

In this section I’ll discuss here about value types, initialization, type information and type conversion: Value Types ------------------------------------- Boolean Byte, SByte Char Short, UShort, Integer,...