/2D_array

You are given following 2D array which has fee of students row wise. The first element in a row represent student roll no and second element represents fee paid in first semester, third element represents fee in second semester and so on. Process the array and store the total fee paid by each student. Declare this array statically and process using nested loop. 401 21000 42000 0 0 0 0 0 0 ? 402 0 59000 0 0 0 0 0 0 ? 403 12000 19000 21000 0 0 0 0 0 ? 404 56000 0 0 0 0 0 0 0 ? Then display the data as follows 2015-CS-401 paid fee Rs. 63000/- 2015-CS-402 paid fee Rs. xxxx/-

Primary LanguageC++Apache License 2.0Apache-2.0

No issues in this repository yet.