commit 67c0affe14f5c3e2468b49368a92ff6163cdede4
Author: 250412 <250412@THINKPAD12.epvc2.local>
Date: Thu Nov 13 15:56:15 2025 +0000
Comit inicial
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..0d07640
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,13 @@
+
+
+ 4.0.0
+ com.mycompany
+ Ex1
+ 1.0-SNAPSHOT
+ jar
+
+ UTF-8
+ 24
+ com.mycompany.ex1.Ex1
+
+
\ No newline at end of file
diff --git a/src/main/java/com/mycompany/ex1/Ex1.java b/src/main/java/com/mycompany/ex1/Ex1.java
new file mode 100644
index 0000000..ec77261
--- /dev/null
+++ b/src/main/java/com/mycompany/ex1/Ex1.java
@@ -0,0 +1,29 @@
+/*
+ * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
+ */
+
+package com.mycompany.ex1;
+
+import java.util.Scanner;
+
+/**
+ *
+ * @author 250412
+ */
+public class Ex1 {
+
+ public static void main(String[] args) {
+ Scanner scanner = new Scanner(System.in);
+ double soma = 1;
+ for(int i = 0 ; i < 12 ; i++){
+
+ System.out.println("