C++ Make a C++ program that will input the personal information of Anna. Variables for Reference: •string_fn = Anna's first name •string_sn = Anna's surname •string_age = Anna's age •string_bday = Anna's birthday •string_add = Anna's address Anna's Personal Information First name: Anna Surname: Holland Agoi 31

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter9: Completing The Basics
Section: Chapter Questions
Problem 7PP
icon
Related questions
Question
Make a C++ program
C++
Make a C++ program that will input the personal information of Anna.
Variables for Reference:
•string_fn = Anna's first name
•string_sn = Anna's surname
•string_age = Anna's age
•string_bday = Anna's birthday
•string_add = Anna's address
Anna's Personal Information
First name: Anna
Surname: Holland
Age: 21
Birthday: August 23, 2001
Address: 7320 Baltimore Avenue, MD
Expected Output:
Hi! I'm Holland, Anna, born on August 23, 2001. I'm 21 and live in 7320 Baltimore Avenue, MD.
Transcribed Image Text:C++ Make a C++ program that will input the personal information of Anna. Variables for Reference: •string_fn = Anna's first name •string_sn = Anna's surname •string_age = Anna's age •string_bday = Anna's birthday •string_add = Anna's address Anna's Personal Information First name: Anna Surname: Holland Age: 21 Birthday: August 23, 2001 Address: 7320 Baltimore Avenue, MD Expected Output: Hi! I'm Holland, Anna, born on August 23, 2001. I'm 21 and live in 7320 Baltimore Avenue, MD.
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Function Arguments
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr