Skip to content

Instantly share code, notes, and snippets.

View titandiaz's full-sized avatar

Cristian Diaz titandiaz

View GitHub Profile
import java.util.Scanner;
public class Arreglos {
public static void main(String[] args) {
double[] notas = new double [7];
Scanner leer=new Scanner(System.in);
int i;
double prom=0.0;