Comparison of programming languages (basic instructions): Difference between revisions

Content deleted Content added
Line 185:
| Java
| ''integer'' = Integer.parseInt(''string'');
| ''float'' = Float.parseIntparseFloat(''string''); ''or'' ''double'' = Double.parseDouble(''string'');
| ''string'' = ''integer'';
| ''string'' = ''float'';