Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Answer in C# Pseudocode format please. Assignment1B: Who needs Ancestry.com? Traditionally in Spain, when children are born, their last name becomes a composite of two

image text in transcribed

Answer in C# Pseudocode format please.

Assignment1B: Who needs Ancestry.com? Traditionally in Spain, when children are born, their last name becomes a composite of two last names (surnames). According to Wikipedia, the child's first surname is traditionally the father's first surname and the child's second surname is the mother's first surname. In their example, if "Eduardo Fernndez Garrido marries a woman named Maria Dolores Martnez Ruiz and they have a child named Jos, there are several legal options, but their child would most usually be known as Jos Fernndez Martnez." For this assignment, you are going to ask the user for the father's first name, first surname and second surname, and do the same for the mother. Then, ask for the first name of the child. Finally, you will print out the traditional Spanish name of the child. Again, create a pseudocode implementation. Note, the last two lines of output are separate. Save your work into a file called Assignment1B. Sample Output: Enter the father's first name: Juan Carlos Enter the father's first surname: Garrido-Leon Enter the father's second surname: Campanella Enter the mother's first name: Ana Maria Enter the mother's first surname: Perez Enter the mother's second surname: Vidal Enter the child's first name: Miguel Antonio Parents Juan Carlos and Ana Maria will have a child named Miguel Antonio Garrido-Leon Perez

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Linked Data A Geographic Perspective

Authors: Glen Hart, Catherine Dolbear

1st Edition

1000218910, 9781000218916

More Books

Students also viewed these Databases questions

Question

How many Tables Will Base HCMSs typically have? Why?

Answered: 1 week ago

Question

What is the process of normalization?

Answered: 1 week ago