Computer Science, asked by asinasinmaria, 7 months ago

write a Java program to print the mark list using single dimensional array​

Answers

Answered by pranavkumbhar6866
1

Answer:

xhcjxjc

Explanation:

fhzgzkgzkgzjfJtJfJtzzyksky

Answered by Anonymous
3

\huge\color{pink}{\mathfrak{♡ђэℓℓ๏♡}}

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