Pick a view by tab name: home→HomeView, profile→ProfileView, settings→SettingsView, anything else→NotFound. Input: one tab name per line; print one view per line.
Input: tab names. Output: view names.
Your program reads from stdin and prints to stdout.
Example 1
Input: home profile
Output: HomeView ProfileView
Hints
Pick a view by tab name: home→HomeView, profile→ProfileView, settings→SettingsView, anything else→NotFound. Input: one tab name per line; print one view per line.
Input: tab names. Output: view names.
Your program reads from stdin and prints to stdout.
Example 1
Input: home profile
Output: HomeView ProfileView
Hints