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

Tell me can a pure virtual function have an implementation?

1030


What gives the current position of the put pointer?

1000


Which function cannot be overloaded c++?

1114


Is c++ a high level language?

1003


What is the use of setfill in c++?

1074


Why Pointers are not used in C++?

1077


Explain the static storage classes in c++.

1269


Are iterators pointers?

1155


If you don’t declare a return value, what type of return value is assumed?

951


What is the sequence of destruction of local objects?

980


What is the difference between public and private data members?

1178


What is difference between rand () and srand ()?

1085


How many standards of c++ are there?

1095


When does the c++ compiler create temporary variables?

1044


What is a loop? What are different types of loops in c++?

1131