Answer:
// here is code in java.
import java.util.*;
// class definition
class SammysRentalPrice
{
// main method of the class
public static void main(String[] args) {
// scanner object to read input from user
Scanner s=new Scanner(System.in);
// ask user to enter year
System.out.print("Enter the rented minutes:");
// read minutes
int min=s.nextInt();
// find hpurs
int hours=min/60;
// rest of minutes after the hours
min=min%60;
// total cost
int tot_cost=(hours*40)+(min*1);
// print hours,minute and total cost
System.out.println("total hours is: "+hours);
System.out.println("total minutes is: "+min);
System.out.println("total cost is: "+tot_cost);
}
}
Explanation:
Read the rented minutes of an equipment from user with the help of scanner object. Calculate the hours and then minutes from the given minutes.Calculate the cost by multiply 40 with hours and minute with 1.Add both of them, this will be the total cost.
Output:
Enter the rented minutes:140
total hours is: 2
total minutes is: 20
total cost is: 100
Answer:
E. Leading the way to a new kind of future for the environment, the economy, and society.
Explanation:
We can look at Sustainability to mean the way of meeting our own needs without compromising the ability of future generations to meet their.
In sustainability the focus is not on the now only, rather it puts into consideration the fate the future generation will face.
Hence, it is Leading the way to a new kind of future for the environment, the economy, and society.
<span>Clients depend on a working main server to perform their jobs: no, p2p relies on a structure without a central server.
</span><span>Individuals can easily add or remove devices from their network: yes, this is true.
</span><span>Requires an IT professional, but easy to add clients to server and give privileges: no, in p2p, the server doesn't play a role.
</span>
<span>Software is maintained on the server, allowing for easy access to upgrade programs for all users: this is not an aspect of p2p</span>
When the color is mostly on the pic, it means it is dominating the picture.
Very small changes in size due to the wearing of a part can be detected by using a "A. micrometer", since this is the smallest form of measurement on the list, and would detect small changes.