1 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 addressof 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
Basic Computer Science: 1 write a simple c program take your name student id and
Reference No:- TGS02797434

Now Priced at $20 (50% Discount)

Recommended (92%)

Rated (4.4/5)