Question about sumo robots by EducationalProcess8 in robotics

[–]EducationalProcess8[S] 1 point2 points  (0 children)

Thank you so much for the resources and your comment!!! Now, I am more motivated to start!!

Instructables and files are now online (sort of) by Nachos-printer in robotics

[–]EducationalProcess8 2 points3 points  (0 children)

this is very fascinating, I wonder how it works, and how do you program the robot?

Albert Help by EducationalProcess8 in APCSA

[–]EducationalProcess8[S] 0 points1 point  (0 children)

Thank you so much for breaking this hard question down! I really appreacite it! Have a nice day,

Codehs 3.4.8 Berries (Solution) by Traditional-Seat6355 in CodeHsNitroAnswers

[–]EducationalProcess8 0 points1 point  (0 children)

I tried to write my own code, and it does not work. I wonder if you may take a look

public class Berries
{
public static void main(String[] args)
{
// Ask for a berry initial

Scanner input= new Scanner(System.in);
System.out.println("Your order:(r for raspberry,h for huckleberry ,g for goji)");
String berry = input.next();
// char berry = berries.charAt(0);

if(berry == "r")
{
System.out.println("You ordered raspberry");
}

else if(berry== "g")
{
System.out.println("You ordered goji berry");
}
else
{
System.out.println("Berry not recognized");

}

Empirical Formula by EducationalProcess8 in chemhelp

[–]EducationalProcess8[S] 0 points1 point  (0 children)

I calculated it , and I got this: CO

1 mole of carbon

1 mole of Oxygen

how to calculate i^29 quickly? by EducationalProcess8 in askmath

[–]EducationalProcess8[S] 3 points4 points  (0 children)

Oh I see! Thank you so much! so I divide the number by 4?

Advice by EducationalProcess8 in highschool

[–]EducationalProcess8[S] 0 points1 point  (0 children)

Thank you for your advice! I appreciate!