can you enter a number into a string parameter in java code example
Example 1: int to string java
int x = 3;
Integer.toString(int)
Example 2: java how to cast int to String
int i = 1234;
String s = String.ValueOf(i)
int x = 3;
Integer.toString(int)
int i = 1234;
String s = String.ValueOf(i)