Skip to content

Update 4-application-development.md #37

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

adnanvaldes
Copy link

In programming exercise "Phone book expansion, version 2", Part 3 the sample output has the following structure:

command
name
number information
address information

For example,

command: 2
name: Eric
02-123456
Linnankatu 75, Turku

However, the very last example has address and number displayed the other way around:

command: 2
name: Wilhelm
address unknown
number unknown

This PR changes the sample output to be consistent with the previous examples, maintaining a structure of displaying number first, and address second.

In programming exercise "Phone book expansion, version 2", Part 3 the sample output has the following structure:

```
command
name
number information
address information
```

For example, 

```
command: 2
name: Eric
02-123456
Linnankatu 75, Turku
```

However, the very last example has address and number displayed the other way around:

```
command: 2
name: Wilhelm
address unknown
number unknown
```

This PR changes the sample output to be consistent with the previous examples, maintaining a structure of displaying number first, and address second.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant