lunes, 14 de marzo de 2016

EXAMEN- TECNOLOGIA 14/03/16



// Example program
#include <iostream>
#include <string>
using namespace std;
int main()
{
  int n1,n2,n3;
  cout<<"what is the first number?";
  cin>>n1;
  cout<<"what is the second number?";
  cin>>n2;
  cout<<"what is the third number?";
  cin>>n3;
 
  if((n1>n2)&&(n2>n3)){
  cout<<n1<<endl;
  cout<<n2<<endl;
  cout<<n3<<endl;
  }
 
else
if((n1>n2)&&(n2<n3)&&(n1>n3)){
cout<<n1<<endl;
cout<<n3<<endl;
cout<<n2<<endl;
}

else
if((n1<n2)&&(n2>n3)&&(n1>n3)){
cout<<n2<<endl;
cout<<n1<<endl;
cout<<n3<<endl;
}
else
if((n1>n2)&&(n2>n3)&&(n1<n3)){
cout<<n3<<endl;
cout<<n1<<endl;
cout<<n2<<endl;
}

else
if((n1>n2)&&(n2<n3)&&(n1<n3)){
cout<<n3<<endl;
cout<<n1<<endl;
cout<<n2<<endl;
}

else
if((n1<n2)&&(n2<n3)&&(n1<n3)){
cout<<n3<<endl;
cout<<n2<<endl;
cout<<n1<<endl;
}
}




·         what is the first number?100
·         what is the second number?80
·         what is the third number?10
100
80
10

lunes, 7 de marzo de 2016

GLOBALIZATION- 07/03/16

GLOBALIZATION

It is a process in which the countries get together and work to improve some aspects, like the cultural, economical and cultural ones.

What causes it?

The desire of:
1) Expand the national economy
2) Improve the transportation
3) Improve comunication
4) Create MNC´S (Multinationals Companies)
5) Free trade

Economic Impact...

1) Countries sell their products in the third countries in the world.
2) It create a competitive market.
3) It create relationes between the countries.