It could be ‘save as’ or ‘your work’, not completely sure
import java.util.Scanner;
public class JavaApplication57 {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
System.out.println("Enter two numbers:");
int num1 = scan.nextInt();
int num2 = scan.nextInt();
while (num1 <= num2){
if (num1 %2 == 0){
System.out.print(num1+" ");
}
num1+=1;
}
}
}
I hope this helps!
Answer:
I have absolutely no idea bruddah.
Explanation:
Soz!
Based on the information given about the insurance, it should be noted that there's a difference between the covered and charged amount.
<h3>What is an insurance?</h3>
From the complete question, an insurance means a policy where an individual is entitled to financial protection.
In this case, there's a difference between the covered andd charged amount. Also, based on the table, the amount that Yan will be responsible for is 12.17.
Learn more about insurance on:
brainly.com/question/25855858
Answer:
c. just a few weeks to install.
Explanation:
ERP is known as Enterprise Resource Planning.ERP implementation involves software installation, transfer of the financial data to the new system, configuration of the users and processes and training the users on the software.
It also involves upgrades after installation,cross-functional teams, intensive training, high funding for both initial cost and maintenance. This whole process usually takes place between 6 months to 2 years. This makes option C which says it takes few weeks to install incorrect.