KnowledgeBoat Logo
|

Computer Applications

public static void main(int b)

Input in Java

26 Likes

Answer

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


Related Questions