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:
He thinks there is a demon hiding innit thus, he runs and calls his mom. His mom says "Jimmy there's nothing in that pilow young man!" Jimmy walks back to his room scared if its still there. He hops into bed hoping that he can get a good nights rest. The next day, Jimmy asks if he can go buy another pillow. His mom says "As long as it makes you feel safe then ok." Young Jimmy, jumping in excitement, goes to the checkout zone to buy his new pillow. When they get home, Jimmy and his mom eat dinner and then head for bed. Jimmy hops into bed and knows that everything will be ok. The end.
Answer:
The ans will be given in the python script below. A picture of the answer is also attached
Explanation:
print("Welcome To Garage Parking Fee Calculator")
hours = float(input("Type the number of hours parked : "))
#fee per hour
rate = 2.40
#multiply rate per hour by the number of hours inputted
price = rate * hours
if price < 6:
price = 6
if price > 20:
price = 20
print("Parking fee is: $", +price)
Answer:
B
Explanation:
Your computer may not have a pre-installed audio input driver or driver corrsponding to said device
Answer:
D.
Explanation:
Clipher
You can read the instructions