The term would be: Velocity
Velocity is the speed of an object in a particular direction.
So i think it’s c because the way it sells resell it’s porcupine so I feel like I should be c
B AN IP ADDRESS hope this helps you
Answer:
public class Main
{
public static void main(String[] args) {
Main m=new Main();
System.out.println(m.mymath(true,5,2)); // calling the function mymath
}
public int mymath(boolean a,int b,int c) // mymath function definition
{
if(a==true)
{
int d=b+c;
return d;
}
else{int e=b-c;
return e;
}
}
}
Answer:
apple and chrome brands come to mind