Answer:
import java.util.Scanner;
public class num6 {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
int product=0;
do{
System.out.println("Enter a number");
int num = in.nextInt();
product = num*10;
System.out.println("The product is " + product);
}while (product<100);
}
}
Explanation:
In the Java program above, The user will be prompted to enter a number.
The number is multiplied by 10 and assigned to a variable called product.
A do....while loop has been implemented to check the variable product
As long as this variable is less than 10, the user will be prompted to enter another number.
Answer and Explanation:
Difference between EIRGP and RIP :
- RIP stands for routing information protocol whereas EIRGP stands for enhanced IGRP, IGRP is interior gateway routing protocol
- EGRIP is more based on the link where as RIP is more based on routing
- There is also references in their working operation.
- Differences in updates and refreshing.
Answer:
That new iPad must contain a user guide. Its beneficial in setting up and configuring the device. He can also find detailed steps on how to connect to a network, configure email, update the OS, sync, and back up settings and data.
Depends on what you are working on.
If you are working on a website I recommend Adobe Dreamweaver CC.
if its small assignments that doesnt involve major work, I'd use something like notepad++
Answer:
C) determine whether the effects of one factor depend on the other factor.
Explanation:
ANOVA is analysis of variance which helps to understand whether the population mean are equal or not. It is statistical model which is used by the businessmen to analyze their business performance. ANOVA also determines whether the effect of one factor are related or dependent on other factor.