She will need 1 1/3 for the cookies. She will need 2 1/4 for the cakes. So she will need 3 1/2 cups of sugar
Answer:
19, 21, 23
Step-by-step explanation:
x + x + 2 + x + 4 = 63
3x + 6 = 63
3x = 57
x = 19
19, 21, 23
NB- Solution is emboldened
import java.util.Scanner;
import java.util.Random;
public class RandomGenerateNumbers {
public static void main (String [] args) {
Random randGen = new Random();
int seedVal = 0;
seedVal = 4;
randGen.setSeed(seedVal);
System.out.println(randGen.nextInt(50) + 100);
System.out.println(randGen.nextInt(50) + 100);
return;
}
}
Answer:
%27
Step-by-step explanation:
316 ? I think pretty sure though ♀️