00:02
Hello, welcome to this lesson.
00:03
In this lesson we have a method that is defined as my method and it retains nothing or it's a void.
00:13
We are looking at which of the following is the correct method call.
00:16
So the method has two parameters.
00:19
One is a number and the other is a string.
00:23
So a number here would represent any numerical value such as one, two, three or 2 .5 and a string represents any character in double quotes.
00:39
For example double quote hello or double quote hi.
00:43
Alright, so the first one we are looking at my method 12.
00:49
We see that only the first parameter is supplied and the second parameter is not supplied.
00:56
So this is not the correct method call.
01:00
Let's look at the b option b which is my method...