
Needing help in the simplest questions regarding robotc
Hi there, I'am a beginner in this forum and in Robotc as well. I needed help from you guys out there.. it would be of great help if you guys help me out with these two below questions.

1.
Write a program to make the robot in Virtual World environment classic table to go from the start to the end position in the second chamber.
In your programs you need to
• Use loop (for or while) and sonar/touch sensor in finding the walls.
• Put comments for your programs.
• All constants need to be in upper case.
• All variable should start in lower case.
• Programs need to have proper indentation.
2.
Write a program to make the robot in Virtual World environment classic table to push all four balls in to the chambers. First two balls should go to the first chamber and the second two balls should go to the second chamber.
In your programs you need to
• use touch and sonar sensors
• use loop (for or while).
• put comments for your programs.
• All constants need to be in upper case.
• All variable should start in lower case.
• Programs need to have proper indentation.