Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 740 Bytes

Ex_1_1_21.md

File metadata and controls

30 lines (18 loc) · 740 Bytes
title date draft tags categories
算法4 Java解答 1.1.21
2019-03-02 19:38:48 +0800
false
JAVA
技术
归档

1.1.21

问题:

Write a program that reads in lines from standard input with each line contain- ing a name and two integers and then uses printf() to print a table with a column of the names, the integers, and the result of dividing the first by the second, accurate to three decimal places. You could use a program like this to tabulate batting averages for baseball players or grades for students.

分析:

2019-03-03-008

2019-03-03-009

参考: