Posts

Showing posts from November, 2017

Concatenate int values in java?

       int i = 14;         int j = 26;        System.out.println(Integer.valueOf(String.valueOf(i) + String.valueOf(j)));    

Javascript Calculator

The program is web based calculator You can enter two  numbers that you want to calculate. then press operator button which you want Then press  = button. It will show result. Download  

C++ Program Find your birthday using Sri Lankan NIC number.

Image
C++ Program Find your birthday using  Sri Lankan NIC number. You can find your birthday using this program 1. Download program using below link 2. Extract folder 3. Open NIC.cpp file using  IDE 4. Compile and run 5. Enter your NIC number with "v" 6. It will show your birthday Download Source code and document