Sorry My friend It is not possible to create E-mail ID at Orkut.
Extranet: It is a private network that uses internet protocols,network connectivity, and possibly the public telecommunication system to securely share part of an organization's information or operations with suppliers, vendors, partners, customers or other businesses. An extranet can be viewed as part of a company's Intranet that is extended to users outside the company, usually … Read more
It was better if you had mentioned Language name. At VB.net structure Student{ Dim ID as Integer Dim Name as string Dim Nationality as String Dim Gender as String } sub main() Dim STDs(20) as Student STD(0).ID=1001 STD(0).Name="Mr. XXXXX" STD(1).ID=1001 STD(1).Name="Mr. XXXXX" End sub At C# public struct Student{ public int ID; public string Name; … Read more
An Exception is an abnormal situation that is created or caused because of runtime error. If the exception is not handled or caught properly , the Interpreters will display an error message or will terminate the program unexpectedly. This situation can be handled using try... Catch and alternate necessary action can be taken. Exception Handling … Read more
Hi! Here it the Program. #include<iostream.h> int CheckPrime(int number){ for(int I=2;I<number;I++){ if(number%I==0) return 0; } return 1; } void main() { int num=7; cout<<CheckPrime(num); }
New Operator is used to create an instance of an object. It is also used to create an Instance of a class. And if a class contains constructors, they are called by New operator at the time of its object creation. Example1: ArrayList lst = new ArrayList(); This statement is used to create a new … Read more
Oh!! Taking Input commands or data is the function of Input device.
You can Try this. class Display{ public static void main(String[]ar){ for(int I=1;I<=5;I++){ for(int j=1;j<=I;j++){ System.out.print (I); } //System.out.println(); } } }
Oh!!!
The basic Difference between for and while loop is:
When we are using for loop it is required to know that how many times we need to repeat.
But in case of while loop it is not so.
Example:
For(int I=1 ;I<=10;I++) // here we already know that the loop will continue 10 times. … Read more
//Program Style 1 class Triangle{ public static void main(String[]ar){ int Limit=20; int Prn=1; for(int I=1;I<=Limit;I++){ for(int j=1;j<=I;j++){ if (Prn==Limit) return; System.out.print("t" + Prn); Prn++; } System.out.print("n"); } } } //Program Style 2 class Triangle{ public static void main(String[]ar){ int Limit=10; for(int I=1;I<=Limit;I++){ for(int j=1;j<=I;j++){ System.out.print("t" + I); } System.out.print("n"); } } }
Oh!! Actually Virus is just a Computer Programming that can spread (Replicate) throughout networks of computers.
It is programmed in a such a way that it is executed automatically with other programs that is available at out machine.
It You need the Original one You can Visit Tally's website and download from there.
Please Click Here
Or If you want the Piracy one and go to Jail (penalty), Visit the link given below and you can download it free of cost.
Please Click Here
Oh man!!!! This is not Gooooood.
Extreamly Harmful for Health...!!! He!!!!! He.....!
//Here is yout Program. But I've not Copiled it . Just see the logic
class prime{
public static void main(String[]ar){
System.out.println("Prime Numbers are:");
int res=0;
for(I=1;I<=100;I++)
{
res= PrintPrime(I);
if (res>0)
System.out.print("t"+res);
}
}
int PrintPrime(int number){
for(int I=2;I<number;I++){
if(number%I==0){
prime=false;
… Read more
//Hi friend Here is Your Program. But Please Re compile it I've not compiled it Directly wrote Here.
Import java.io.DataInputStream;
class Prime{
public static void main(String[]ar){
int I=1,num=0;
DataInputStream this=new DataInutStream(System.in);
boolean Success=false;
System.out.println("Enter Any number:");
while(!Success){
try{
num=Integer.valueOf(this.readLine());
Success=true;
}
catch(Exception E){
System.out.println(E +"nReEnter Number");
}
}
calc … Read more
Oh!!! Nothing can be done without software man!!! OS is also a software if we can neither use it then ....!!!! Can you Imagine any thing!!!!!
But I can say Command prompt or console is the best tool for hacking if You don't want to Use extra software.
Peoples are always looking everything for free.!!
Never think for others, how HE wrote or developed ....!!!
Never even try to understand other strugling labour.
But Why!!!
Just think These labour was yours and you were Balaguruswamy,
Will you give me it for Free!
Hey! Hey!! Hey!!!
Are you serious?
Are you taking some Interview!?
Java is called Platform Independent Language for it can be execute at any operating system because of JVM.
For Computer Understands only o's or 1's.
Owing to its straightforward implementation in digital electronic circuitry
using logic gates,
the binary system is used internally
by all modern computers.