I mean I know this is tons to ask, but I have an awesome idea.Probably like most of you have had in starting .
mine started with this code script
Borland C++ Turbo 4.0
*******************************
include <iostream.h>
include <conio.h>
include <math.h>
include <complex.h>
int main(void)
{
float a,b,c,d,e;
float f,g,h,i,j;
cout<<"/n/n/n"Welcome to Trigonometry 101";
cout<</n"Please enter Angle A: "<<a;
cout<</n"Please enter Adjacent: "<<b;
cout<</n""Please enter hypotenuse: "<<c;
e=((2*3.14)/(b/c));
f=(a*e);
cout<</n"Please enter time { In Military 100seconds per minute ration} :"<<h;
g=(1/h);
i=((f*g));
cout<</n"Your answer in Radians is : "<<i;
j=(i*360);
cout<</n"Your answer in Degree's is : "<<j;
}
return 0;
** This is as far I got in engineering Programming **
So I thinking I need lots of help ... maybe a book or a tutor / teacher ?
What thing may be can be , but most of all might be of what might or might not come from all thing within what you see hear or may have around you.