WEBVTT

1
00:00:00.000 --> 00:00:02.120
Now that we know how to write methods and
pass arguments to them,

2
00:00:02.120 --> 00:00:06.680
we know most of what we need to add
this feature, let's give a try now.

3
00:00:06.680 --> 00:00:10.430
We'll create a new ask method that
takes a question parameter in the form

4
00:00:10.430 --> 00:00:11.570
of a string.

5
00:00:11.570 --> 00:00:13.884
For now will just print out
the question parameter.

6
00:00:17.160 --> 00:00:20.740
In our main method, we'll co ask with the
question, how many cans are you ordering?
