Skip to content

Instantly share code, notes, and snippets.

View DevFelipeRezende's full-sized avatar

Felipe Rezende DevFelipeRezende

View GitHub Profile
import java.util.Scanner;
public class EX1182 {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
double M[][] = new double[12][12];
double total=0;
int i , j , n ;
Character o;