Search:

Type: Posts; User: izzahmed

Search: Search took 0.09 seconds.

  1. Replies
    8
    Views
    2,040

    Re: Please Help Java Stack

    and i would very much appreciate if u could just point the wrong part and rewrite the whole corrected code for me.

    thanks
  2. Replies
    8
    Views
    2,040

    Re: Please Help Java Stack

    thanks Mr.777 got so many things to brain storming.. and found this is the best way. anyway thanks for the advice given..
  3. Replies
    8
    Views
    2,040

    Re: Please Help Java Stack

    it's just we have to use it any how so tell me a way to correct this..
  4. Replies
    8
    Views
    2,040

    Please Help Java Stack

    The Question is :
    Three stacks can be used to sort a list of numbers. Assuming stack in holds the input list of numbers, stack out is to hold the output list after sorting the numbers and temp is...
  5. Re: no error when compiled but when the program runs .. help this !!!

    anyway thank you for your information.... i will try then
  6. Re: no error when compiled but when the program runs .. help this !!!

    so correct it for me .. hoW?????
  7. no error when compiled but when the program runs .. help this !!!

    hellow gud morning!!!
    i apologizes for asking simple and silly question like this... but i am a beginner to java programming and is trying to learn it..:confused:

    WHEN I COMPILE THE PROGRAM...
  8. 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
    ...
  9. 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 {
  10. 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){
    ...
  11. 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...
  12. 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...
  13. method to return the position of the smallest item in an array

    1. Complete the algorithm below for a method to return the position of the smallest item in array data with bounds 0..limit. What is the time complexity of this algorithm?
    ...
  14. TUTORIALS TO LEARN JAVA TREESET & how to read from text and write into text

    i am a begginner in java programmer. i find this area very difficult for me to understand. TREESET and TUTORIALS TO LEARN JAVA TREESET & how to read from text and write into text


    pls...
  15. Replies
    2
    Views
    1,648

    describe this program code by code ....

    import java.util.*;
    import java.io.*;
    class StudAccount {
    public static void main (String[] args)throws IOException {

    TreeSet currAccounts = new TreeSet();
    TreeSet oldAccounts = new...
  16. Replies
    8
    Views
    1,338

    pls.pls.pls.help with this

    /********************************************************************/
    /* Demonstrates the use of Scanner to read file input and parse it */
    /* using alternative delimiters. ...
  17. Replies
    12
    Views
    3,125

    use Delimiter, Scanner Class

    ~X( ~X(use Delimiter method to read in a series of urls and print out each part on a separate line. For example part of the output could be;

    URL:...
  18. Re: help With Java SelectionSort numbers to display ascending and descending Order.

    i'm very very new to this.


    IT'S SOLVED !!!!!!!!!!! THANK YOU VERY MUCH

    HOPE U'LL HELP ME IN OTHER PROGS' TOOO



    :o
  19. help With Java SelectionSort numbers to display ascending and descending Order.

    help With Java SelectionSort numbers to display ascending and descending Order.

    This is the program _ i want to put this in descending order,

    Pls help me as soon as possible....

    // program...
Results 1 to 19 of 19