Answer:
public class Main
{
public static void main(String[] args) {
String[] strs = new String[10];
java.util.Scanner sc = new java.util.Scanner(System.in);
for(int i = 0; i < 10; i++){
System.out.print("Enter string " + (i+1) + ":");
strs[i] = sc.nextLine();
}
System.out.println("The strigs with even number of characters is");
for(int i = 0; i < strs.length;i++){
if(strs[i].length() % 2 == 0){
System.out.println(strs[i]);
}
}
}
}
Explanation:
just answered it its<u><em> Go To</em></u>
Answer: Hyatt's will be able to collect $1,365
Explanation: Composition Agreement is a kind of agreement reached between a debtor and its creditors. it a kind of agreement whereby the debtor and creditors agree to collect a percentage of their debts to fully settle their debts from the creditor.
For instance Margaret with a cash of $3,200 to settle a debt of $4,800.
In this case Margaret can decide to pay 65% of the total debts to settle the final debts. Here, Hyatt's will be able to collect $1,365 as full settle of his debt.
The shadow cast by the earth is quite a bit larger than the moon
Answer: I think it's D.
Explanation: I'm sorry if I chose the wrong answer, I'm not too good with stuff like this.