computer java outputs
Answers
Answered by
13
Answer:
A Java program takes input values from the command line and prints a string of characters as output. That array is the sequence of command-line arguments that we type. If we intend for an argument to be a number, we must use a method such as Integer. parseInt() to convert it from String to the appropriate type.
Similar questions