July 5, 2020
The average of the digits
Threads: Write a program to 1 integer. Tính trung bình cộng các chữ số của nó
Input: A single integer
Output: Trung bình cộng các chữ số của nó, làm tròn 1 decimal
For example 1:input: 234 output: 3.0For example 2:
input: 30900 output: 2.4
You are not logged in? Log in to Submit Now!
2 Comments
Add a Comment
You must be logged in to post a comment.
có bạn nào biết cách chuyển kí tự số sang chữ số đc ko
lấy ký tự đó trừ 48 (hoặc ký tự ‘0’)