0
This is my new code and i don't know what the error! can you help me!?!?
#include <iostream> using namespace std; int main() { int age[2]; int id[2]; int score[2]; for (int i=0;i<3;i++){ cin >>age[i]>>id[i]>>score[i]; } cout <<" id age score "<<endl; for (int i=0;i<3;i++){ cout <<age [i] <<"\t"<<id[i]<<"\t"<<score [i]<<endl; } return 0; }
2 odpowiedzi
0
i tryed it
but it'n work
@Donna
0
did you try it with my code?