Answer:
8
Step-by-step explanation:
3,4,5 and 6,_,10 are similar. what do you notice between the two? 6 is twice of 3. 10 is twice of 5. so then 4 would be half of 8.
hope i helped ;)
ANSWER:
_________
The last choice ( y = 2/5x + 3)
EXPLNATION:
____________
The line is going up which means the slope is positive
The line goes down/up 3 and left/right 5 which means the slope is 3/5
The line touch positive 3 on the y line which is the y-intercept (0,3)
FUN FACT:
__________
The first oranges weren’t orange •_•
I hoped this help! And have a •AMAZING• day :3
Answer:
It's 27 bags your teacher just dum
Step-by-step explanation:
Report this clown who put the first answer he’s trying to get your ip
<span>This is an java command program.
String 1 is stands for str1= '' forest '' accepted within quote marks.
String 2 is stands for str1= '' school'' accepted within quote marks
the command compareto will cause the output will display as shown below :
str1.compareto(str2); when run this command
we will get the output like this ;
forest
school
==================================================
the model program is like this;
{
String str1 = " forest " ;
String str2 = "school ";
System.out.println();
System.out.println("String 1: " + str1);
System.out.println("String 2: " + str2);</span>