
I like the extreme sports because they are very interesting and different. But I only see them because I’m scared to them and I know I never would practice this sport. The extreme sports cause in the people a different and unique emotions that make of them an excellent and attractive sport for the people who practice them. Not anyone does these sports. To do them it is necessary to have the skill and, the character and very important to be carefull because they are very dangerous. There are different kinds of these sports such as: bungee jumping, canopy, rafting, rappel, indoor Skydiving, motocross aerobatic, flying power boating and a lots more different. My favorite is canopy but I don’t know if same day I can do this, I think not.
Guillermo Umana Orozco
ReplyDeleteGuillermo Umaña Orozco
struct database {
int id_number;
int age;
float salary;
};
int main()
{
database employee; //There is now an employee variable that has modifiable
// variables inside it.
employee.age = 22;
employee.id_number = 1;
employee.salary = 12000.21;