diff --git a/VETOR74.cpp b/VETOR74.cpp new file mode 100644 index 0000000..7a10ded --- /dev/null +++ b/VETOR74.cpp @@ -0,0 +1,18 @@ +#include + +using namespace std; + +int main(void) +{ + double vetor[5]; + + + for(int i=0; i<5; i++) + { + cin>>vetor[i]; + if(vetor[i]<=10){ + cout<<"X["<