write a Java program to print the mark list using single dimensional array
Answers
Answered by
1
Answer:
xhcjxjc
Explanation:
fhzgzkgzkgzjfJtJfJtzzyksky
Answered by
3
☞The program output is also shown below.
☞public class Student_Marks.
☞int n, total = 0, percentage;
☞Scanner s = new Scanner(System.in)
☞System. out. print("Enter no. of subject:");
☞n = s. nextInt();
☞int marks[] = new int[n];
☞System. out. println("Enter marks out of 100:");
☞for(int i = 0; i < n; i++)........♥
Similar questions