Skip to content

Commit

Permalink
commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiến Hoàng authored and Tiến Hoàng committed Sep 9, 2021
1 parent 67258ac commit 091888f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/java/JavaCore/Conversion/Char_to_Int.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ public static void main(String args[]){
int b = c2;




System.out.println(a);
System.out.println(b);



char c1 = '1';
int a1 = Integer.parseInt(String.valueOf(c1));
System.out.println(a1);
Expand Down

0 comments on commit 091888f

Please sign in to comment.