First you have to download JDK from net.
pen the downloaded file when download complete it shows you as in fig. its JDK 1.7 update 3 version for 64 bit windows. You may download it as you want if you have 32 bit windows.
Open this application file to install it on your P...
Sunday, 22 July 2012
Saturday, 23 June 2012
WAP to find the sum of two matrix
//Write a program to find the sum of two matrix.
#include <stdio.h>
#include <stdlib.h>
#include<conio.h>...
Wednesday, 13 June 2012
Program showing tower of HANOI in which moving disks
/* Program showing tower of HANOI*/
#include<iostream>
#include<stdio.h>
#include<conio.h&g...