Script
class play_with_variables {
public static void main(String[] arguments){
int seconds_in_a_day = 86400;
int seconds_in_an_hour = seconds_in_a_day/24;
System.out.println("The number of seconds in an hour is: " + seconds_in_an_hour);
}
}
Execution
The number of seconds in an hour is: 3600
If you’re looking for Python development in Poland, you may be interested to know more about the developers from this eastern european country. Check out this article to learn more about Java software development company in Ukraine.
ReplyDelete