Skip to content

Latest commit

 

History

History
executable file
·
17 lines (11 loc) · 159 Bytes

File metadata and controls

executable file
·
17 lines (11 loc) · 159 Bytes

String

String text = "ABS";

String.format

String textTwo = String.format("abc %s", text);

%s -> String

%d -> int

%f -> float