숫자를 입력하세요 - 1

"안녕, 아미고. 잘하고 있어. 여기 새로운 연습이 있다: 키보드에서 일부 데이터를 받아들이고 그 데이터를 사용하는 텍스트를 표시하는 프로그램을 작성하라:"

1
과제
Java Syntax,  레벨 3레슨 8
잠금
More conversions
Let's calculate the number of full feet in a certain number of inches. We'll create a special method (getFeetFromInches) to do this. Any remainder should be rounded. Thus, if we pass 243 inches to our method, then we will get only 20 feet, not 20.25.
3
과제
Java Syntax,  레벨 3레슨 8
잠금
Don't think about seconds…
If you stare at the second hand for a long time, you can feel how quickly and irretrievably time is slipping away.. Enough gawking at the second hand. Instead, let's figure out a task involving seconds.
6
과제
Java Syntax,  레벨 3레슨 8
잠금
Plan to conquer the world
"First, I'll complete the tasks, then I'm going to make a lot of money. Then I'll take over the world". We found this written in a modest young man's personal journal. Let's imagine he knows exactly when this will happen: we'll use the keyboard to enter a number (the number of years it will take to achieve his goal) and the name of the hopeful conqueror. Then we'll display an interesting phrase.