Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

code error

  Asked By: Elliott    Date: Jun 12    Category: Java    Views: 591
  

I amnot an experienced java programmer but hopefully this
solution will solve yr problem.
If u have included java.lang library at the begining. then replace yr
code in stars! with
int index = character.getnumericvalue(alpha); I hope this will
work..plz do let me know as it will be helpful for me as well..

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Nagaraju Iyaner     Answered On: Jun 12

better make that

int index = Character.getNumericValue(alpha);

 
Didn't find what you were looking for? Find more on code error Or get search suggestion and latest updates.




Tagged: