charles babbage is the father of computer's
This is a java program with a class called Sum1.
Explanation:
While loop is used to add 10 number.
import java.util.Scanner;
public class Sum 1
{
public static void main(String args[])
{
int number, count, sum = 0;
Scanner s = new Scanner(System.in);
System.out.print("Enter the number:");
number = s.nextInt();
while(number > 0)
{
count = number % 10;
sum = sum + n;
number = number / 10;
}
System.out.println("Sum of Digits:"+sum);
}
}
MCKibben argues that the inhabitable planet is shrinking because:
- Consistently higher temperatures will likely make certain areas uninhabitable
- Desertification will reduce the amount of harvestable land
- Coastlines are being lost to sea level rise.
<h3>What is Shrinking?</h3>
This is the process in which an object or place becomes smaller as a result of various activities.
The most suitable options which explains why the planet is shrinking is as a result of a reduction in the areas in which humans can live as a result of the factors mentioned above.
Read more about Planet here brainly.com/question/11157969