public static void main(int b)
26 Likes
The given function accepts an integer value from the user at the time of execution of the program. The value for variable b must be provided as arguments to the main() function.
Answered By
17 Likes
Explain the following function:
(char)(in.read());
next();
nextLine();
What are the different ways to give input in a Java Program?