Recent content by shiny_18

  1. S

    Storing the user input without using any predefinedfunctions and reverse the sam

    thats the problem for me since i am a beginner in java... can anyone pls help me in finding the solution...thanks in advance
  2. S

    Storing the user input without using any predefinedfunctions and reverse the sam

    is that like storing the keypress into the array... but how the coding will be...
  3. S

    Storing the user input without using any predefinedfunctions and reverse the sam

    In java can we store the user input and reverse the same without using any pre-defined functions.i.e when the user gives hello the output should be olleh but any built in fns like .length ,charAt(), etc are not allowed to use....