Answer:
True
Explanation:
I would say True but I don't really know a Explanation. but if they have education then they must know more so they get paid more.
Answer: BUBBLE SORT
I hope I've been helpful to you.
when you are asking your question you can click on the link down at the bottom and when it pops up all your files click the one who want to send
plz mark brainliest lol seemed like an easy question but i need them to rank up so yea lol
import java.util.Scanner;
public class U3_L6_Activity_Two{
public static void main(String[] args){
Scanner scan = new Scanner(System.in);
int x = scan.nextInt();
int y = scan.nextInt();
if(x>=4|| ((y < 5) && ((x+y) < 7))){
System.out.println("pass");
}
}
}
I'm pretty sure this is what you're looking for. Best of luck.