எண்ணை உள்ளிடவும் - 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.