Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

write a program to insert an element into an array

Answer Posted /

import java.util.*;
import java.io.*;

public class project
{
public static void main (String[]args) throws
IOException
{
BufferedReader dataIn = new BufferedReader
(new InputStreamReader(System.in));

System.out.println
("******************************");
System.out.println("
+++++++++++++++ ");
System.out.println(" [1]
Insert ");
System.out.println(" [2]
Delete ");
System.out.println(" [3]
Search ");
System.out.println(" [4]
Sort ");
System.out.println("
+++++++++++++++ ");
System.out.println
("******************************");
}
}

Is This Answer Correct ?    20 Yes 81 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we need runtime polymorphism in c++?

1015


What is a memory leak c++?

1130


Is c++ the hardest programming language?

1126


Why do we need c++?

1048


What is the type of 'this' pointer? When does it get created?

947


Mention the ways in which parameterized can be invoked. Give an example of each.

1055


What is the purpose of template?

1107


What parameter does the constructor to an ofstream object take?

1049


Is c# written in c++?

978


What is general format for a prototype?

1040


Can you explicitly call a destructor on a local variable?

1028


On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?

1126


Describe delete operator?

1087


Does c++ have a hash table?

993


What does flush do?

987