N= 1 a this is the answer hope i helped
- _ + _
r pr
Answer:
I think its 1/3/ and 4. But I dont know tho. just make sure with other.
Step-by-step explanation:
Answer:
for(j = n; j > 0; j--)
System.out.print(\"*\");
Step-by-step explanation:
-A for loop is a repetition control structure.
-It allows the efficiency to write a loop that would otherwise be written a couple of times.
-The output is a single line comprising n asterisks,
-The number of asterisks printed will be equivalent to the n-value declared.
Factor it out (x+2)(x-1)
Set each of these equal to zero to get -2,1 as your answers
Answer:
Total hours that Jenny ran = 3.63 hours.
Step-by-step explanation:
Jenny ran on Tuesday for = 2/5 hours or 0.4 hours.
Time consumed to run on Thursday = 11/6 hours or 1.83 hours.
Time consumed to run on Saturday = 21/ 15 hours or 1.4 hours.
Here, the total hours can be calculated by just adding all the running hours. So the running hours of Tuesday, Thursday, and Saturday will be added to find the total hours.
Total hours that Jenny ran = 0.4 + 1.83 + 1.4 = 3.63 hours.