Answer:
Hey, idk the answer but are you taking alebra 1 on flvs? if so what were the questioned asked because i have a DBA tomorrow and i need the questions so i know what to expect.. i'm sorry i don't have the answer
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.
Answer:
4/25 or 0.16
Step-by-step explanation:
your welcomeee
Answer:
0.5x+0.3y >= 3
sorry I don't know how to make the less than or equal to sign
Step-by-step explanation:
he can buy X amount of gumballs if he buys Y amount of jawbreakers and that will be less than or equal to $3
to graph, you must plug the number 0 into the X spot and solve.
0.5(0) +0.3y >= 3
next plug in for Y
0.5x+0.3(0) >= 3
plot these two points on the graph and draw a line through them