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

Can we change the basic meaning of an operator in c++?

1156


Write bites in Turbo c++ Header ("Include") Files.

1330


What is class invariant in c++?

1277


What do you mean by volatile and mutable keywords used in c++?

1043


int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}

1322


Can comments be nested?

1074


What is a c++ object?

1247


What is #include iostream in c++?

1109


How the endl and setw manipulator works?

1053


Array base access faster or pointer base access is faster?

2353


What are the four main data types?

1133


If dog is a friend of boy and boy is a friend of house, is dog a friend of house?

1061


How one would use switch in a program?

1114


Is it possible to write a c++ template to check for a function's existence?

1073


What is the limitation of cin while taking input for character array?

2157