Search:

Type: Posts; User: izzahmed

Search: Search took 0.08 seconds.

  1. Re: i'm getting th error, when i put a method to get the position of the smallest n

    OH MY GOD!!!!!!

    just correct me this,,, include or exclude....

    I WANT TO GET THE INDEX OF LARGEST ELEMENT IN AN ARRAY
    ...
  2. Re: i'm getting th error, when i put a method to get the position of the smallest n

    JUST HELP ME IN THIS CODE!!!!

    I WANT TO FIND THE INDEX OF THE SMALLEST VALUE IN THIS .....





    public class SmallestIndex {
  3. Re: i'm getting th error, when i put a method to get the position of the smallest n

    so to correct this when i put the static void main(String[]args) so many other errors come again!!!




    public class SmallestIndex {
    public static void main(String[]args){
    ...
  4. i'm getting th error, when i put a method to get the position of the smallest no

    public class SmallestIndex {


    //This method returns the index of the smallest value in the array of given size
    private static int arrSize = 0;


    public static void smallestIndex...
Results 1 to 4 of 4