Answer:
A compiler translates a program written in a high level language
The rule of 72 is a very simple way to estimate and determine the number of years required to double your investments given a fixed annual rate of interest. It can also estimate and then calculate the annual interest rate required to double an investment in a given number of years. In the rule of 72, you can either choose to calculate the annual interest rate or the number of years.
Use this formula to calculate the rule of 72
Rule of 72 ≈ 72 ÷ interest rate ≈ number of years to double
Answer:
public static String onlyDigits(String in){
String digitsOnly = in.replaceAll("[^0-9]", "");
return digitsOnly;
}
A Complete program is wrtten in the explanation section
Explanation:
public class TestClass {
public static void main(String[] args) {
String a = "-jaskdh2367sd.27askjdfh23";
System.out.println(onlyDigits(a));
}
public static String onlyDigits(String in){
String digitsOnly = in.replaceAll("[^0-9]", "");
return digitsOnly;
}
}
The output: 23672723
The main logic here is using the Java replaceAll method which returns a string after replacing all the sequence of characters that match its argument, regex with an empty string
Answer:
i dont see any models...please include a picture
Answer:
✔ E-mail
is considered by some to be the most important program because of its popularity and wide use.
✔ Presentation
applications are used to display slide show-style presentations.
✔ Spreadsheet
programs have revolutionized the accounting industry.
Explanation:
just did it on edg this is all correct trust