hi
my question goes like this
Write a program that can store stidents' marks into a structured array.the array will store the test marks for 10 students.Each student is required to take 3 tests..
Student No Test1 Test2 Test3
1 50 60 70
2 80 30 70
3 100 50 40
.
.
.
.
.
.
this goes like this for 10 students
the program should be able to ;
(1) Print out all data
(2)Print out data for test 2
(3)Print out the address for array 3
(4)Print out the address for test3
thanks
my question goes like this
Write a program that can store stidents' marks into a structured array.the array will store the test marks for 10 students.Each student is required to take 3 tests..
Student No Test1 Test2 Test3
1 50 60 70
2 80 30 70
3 100 50 40
.
.
.
.
.
.
this goes like this for 10 students
the program should be able to ;
(1) Print out all data
(2)Print out data for test 2
(3)Print out the address for array 3
(4)Print out the address for test3
thanks
Comment