 
<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://adonaimedrado.pro.br/wiki/index.php?action=history&amp;feed=atom&amp;title=Java%3A_Acumulador</id>
		<title>Java: Acumulador - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://adonaimedrado.pro.br/wiki/index.php?action=history&amp;feed=atom&amp;title=Java%3A_Acumulador"/>
		<link rel="alternate" type="text/html" href="https://adonaimedrado.pro.br/wiki/index.php?title=Java:_Acumulador&amp;action=history"/>
		<updated>2026-05-27T13:02:14Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>https://adonaimedrado.pro.br/wiki/index.php?title=Java:_Acumulador&amp;diff=3620&amp;oldid=prev</id>
		<title>Adonaimedrado: Created page with '&lt;code lang=java&gt; import java.util.Scanner;  public class Acumulador {     public static void main(String[] args)     {         Scanner leitor = new Scanner(System.in);         in…'</title>
		<link rel="alternate" type="text/html" href="https://adonaimedrado.pro.br/wiki/index.php?title=Java:_Acumulador&amp;diff=3620&amp;oldid=prev"/>
				<updated>2010-08-27T03:03:43Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;#039;&amp;lt;code lang=java&amp;gt; import java.util.Scanner;  public class Acumulador {     public static void main(String[] args)     {         Scanner leitor = new Scanner(System.in);         in…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;code lang=java&amp;gt;&lt;br /&gt;
import java.util.Scanner;&lt;br /&gt;
&lt;br /&gt;
public class Acumulador&lt;br /&gt;
{&lt;br /&gt;
    public static void main(String[] args)&lt;br /&gt;
    {&lt;br /&gt;
        Scanner leitor = new Scanner(System.in);&lt;br /&gt;
        int[] acumulador;&lt;br /&gt;
        int n = leitor.nextInt();&lt;br /&gt;
        int c = 0;&lt;br /&gt;
&lt;br /&gt;
        if (n&amp;lt;=0)&lt;br /&gt;
            System.exit(0);&lt;br /&gt;
&lt;br /&gt;
        acumulador = new int[n];&lt;br /&gt;
&lt;br /&gt;
        while (c&amp;lt;n)&lt;br /&gt;
        {&lt;br /&gt;
            acumulador[c] = leitor.nextInt();&lt;br /&gt;
            c++;&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
        for(int numero: acumulador)&lt;br /&gt;
            System.out.println(numero);&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Adonaimedrado</name></author>	</entry>

	</feed>