Computers

University

Image

Java Methods

1.2K
plays

15 questions

Show Answers
See Preview
  • 1. Multiple Choice
    1 minute
    1 pt
    Image

    List all arguments that exist in this program segment:-

    double point, String student

    point, student

    name, mark

    name[i], mark[i]

  • 2. Multiple Choice
    1 minute
    1 pt
    Image

    List all parameters that exist in this program segment:-

    double point, String student

    point, student

    name, mark

    name[i], mark[i]

  • 3. Multiple Choice
    1 minute
    1 pt
    Image

    Identify the error that exist in this program segment:-

    An array data type cannot be use as argument.

    The argument was not in the right sequence with the parameter.

    The variable name in parameter not as same with the argument.

    Program consist 0 error.

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?