Write a simple c program take your name student id and


1. Write a simple C++ program take your name, student id and print out as example below:

Please enter your name: Kriss

Please enter your student id: 1234

1234 Kriss

2. Write a simple C++ program condition as below:

• Prompt to input your name

• Prompt to input your family name

• Print out your full name

• Print out address of each variable, name and family name:

Please enter your name:Steve

Please enter your family name:Job

Hello Steve Job

Address of name: 0012FF60

Address of family name: 0012FC80

Solution Preview :

Prepared by a verified Expert
C/C++ Programming: Write a simple c program take your name student id and
Reference No:- TGS02708426

Now Priced at $10 (50% Discount)

Recommended (94%)

Rated (4.6/5)