Robotics

Robotics
In robotics we built and learned about robots and their functions.
Submitted by Eric001 on Mon, 06/25/2012 - 10:57am.
#include using namespace std; int main(void) { double dnumber1= 0.0; double dnumber2= 0.0; double dnumber3= 0.0; double daverage= 0.0; cout<< "Enter Three numbers:"<< endl; cin>> dnumber1; cin>> dnumber2; cin>> dnumber3; daverage= (dnumber1+dnumber2+dnumber3)/3; cout<< "The Average of the Numbers are"<< daverage << endl <
Submitted by Eric001 on Tue, 06/26/2012 - 10:46am.
Today we leaned about circuits it was really fun and awesome I think we are learning more with robots tommorrow oh boy I cant wait...