Hello friends please help me in small basic.
1) Accept the name,class,roll number and the marks of five subjects of a student.Display the total and average with the name and other information.
This question is of Small Basic(programming), please help me in this.(BRAINLIST PROMISE)
nitish8089:
TextWindow.WriteLine("total marks scored "+total)
Answers
Answered by
2
In this program, a structure, student is created:-
1. This structure has three members: name (string), roll(integer) and marks (float).
2. Then, we created a structure array of size 10 to store information of 10 students.
3. Using for loop, the program takes the information of 10 students from the user and displays it on the screen.
1. This structure has three members: name (string), roll(integer) and marks (float).
2. Then, we created a structure array of size 10 to store information of 10 students.
3. Using for loop, the program takes the information of 10 students from the user and displays it on the screen.
Answered by
2
Answer is given in attachment........
Attachments:
Similar questions