1.1-Introductie-Programmeren

Football scout

Difficulty: Filled Filled Outlined

A local soccer team tries to improve its way of scouting and asks for your help with writing a program for that. The program must display a message whether or not the player is suitable for the team.

The team is looking for midfielders and strikers that are still young so they can adapt to the playstyle of the team. However, the team has issues with defending so they are looking for experienced defenders.

A player is suitable if:

Use boolean logic for this assignment (hint: Use just one if-statement!)

Example

Example

Example

Example