Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Bibi is a teacher who takes care of the students at her school. Starting from the name of each student, Student Identification Number (NIS), and

Bibi is a teacher who takes care of the students at her school. Starting from the name of each student, Student Identification Number (NIS), and Age. Each student gives him a paper containing those three things. However they are give it in sideways format. Bibi, who is very fond of neatness will also make data from each student tidier, by making a format with information about the name, NIS, or age of the student.

Format Input:

Input consists of 2 lines. The first line contains N, the name of Bibi student. In the second row contains A and U, NIS and age of Bibis students.

Format Output:

The output consists of 3 lines. The first line consists of Name: N. (without quote) The second line consists of NIS: A. (without quote) The third line consists of Age: U. (without quote) Constraints 1 |N|, U 100 1 | A| 8 A only consists of numbers.

Sample Input 1 (standard input)

Bibi

12345678 12

Sample Output 1 (standard output)

Name: Bibi

NIS: 12345678

Age: 12

Sample Input 2 (standard input)

Jojo Lili

12341234 10

Sample Output 2 (standard output)

Name: Jojo Lili

NIS: 12341234

Age: 10

Please solve with C programming

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

Students also viewed these Databases questions

Question

What is a CAFR? What are its main components?

Answered: 1 week ago

Question

How does selection differ from recruitment ?

Answered: 1 week ago