4. Project 1: Parrot Program#
Now you’re going to create a program using some of the concepts you’ve learned so far.
Essentially, it will be a program that: - Takes in a phrase that you enter - Repeats the entered phrase numerous times - Prints sentences that include the phrase you entered
4.3. Getting started#
You’ll need to work on this in a new directory under your ValaProjects
directory. To do this:
Create a new directory called
ParrotProgram
under yourValaProjects
directory.Under the
ParrotProgram
directory you have just created, create a new file calledmain.vala
.