Posts by bl4ck code • 33 points
1 post
-
3
votes2
answers1044
viewsQ: String corresponding to real number
I am trying to check if a String x corresponds to a real number (any one). For this I created the following method: public static boolean Real(String s, int i) { boolean resp = false; // if ( i ==…