-->
当前位置:首页 > 题库

PROGRAMMING:Enter book information

Luz5年前 (2021-05-10)题库435
Write a program to input the name and price of n (n < 10) books from the keyboard and store them in the structure array to output the book information.
Input and output example: description in brackets, no input and output required
###Input example:
```in
three ( n=3)
Programming in C
twenty-one point five
Programming in VB
eighteen point five
Programming in Delphi
twenty-five
```
###Output example:
```out
Programming in C 21.5
Programming in VB 18.5
Programming in Delphi 25.0
```






answer:If there is no answer, please comment