Answer: C) wiki
Explanation:
Wiki is defined as website that is used for updating, adding, eliminating and other editing activities with the help of web browser.This mechanism is a quick technique for modifying content by visitors of the website.Example-Wikipedia etc.
- Other options are incorrect because blog, chat and podcast are not used for manipulation of content present on site through features of adding ,editing etc.
- Thus, the correct option is option(C).
import java.util.Scanner;
public class JavaApplication60 {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
System.out.println("Enter a number in the twenties");
int num = scan.nextInt();
if(num >= 30 || num <= 19){
System.out.println("That's not in the twenties!");
num = 25;
}
System.out.println("Your number is " + num);
}
}
This is the complete code including the main class and main method. I hope this helps!
Pay your bills and don't be late
A weather satellite is used to monitor weather systems and the climate of the earth. Weather satellites have two types orbits. They can either have near-polar orbit or geostationary orbit. The former has lower altitudes and covers the complete Earth. The latter, on the other hand, stays put in one spot, and is found in higher altitudes.