<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="et">
	<id>http://courses.cs.taltech.ee/w/index.php?action=history&amp;feed=atom&amp;title=ITI0011%3AKonsultatsioon_1</id>
	<title>ITI0011:Konsultatsioon 1 - Redigeerimiste ajalugu</title>
	<link rel="self" type="application/atom+xml" href="http://courses.cs.taltech.ee/w/index.php?action=history&amp;feed=atom&amp;title=ITI0011%3AKonsultatsioon_1"/>
	<link rel="alternate" type="text/html" href="http://courses.cs.taltech.ee/w/index.php?title=ITI0011:Konsultatsioon_1&amp;action=history"/>
	<updated>2026-04-06T20:51:27Z</updated>
	<subtitle>Selle lehekülje redigeerimiste ajalugu</subtitle>
	<generator>MediaWiki 1.35.9</generator>
	<entry>
		<id>http://courses.cs.taltech.ee/w/index.php?title=ITI0011:Konsultatsioon_1&amp;diff=2629&amp;oldid=prev</id>
		<title>Ago: Uus lehekülg: &#039;&lt;source lang=&quot;java&quot;&gt; public class Simple { 	public static int y = 10, x = 100; 	public static void main(String[] args) { 		int x = 0; 		int z = x + 0; 		System.out.println(&quot;main ...&#039;</title>
		<link rel="alternate" type="text/html" href="http://courses.cs.taltech.ee/w/index.php?title=ITI0011:Konsultatsioon_1&amp;diff=2629&amp;oldid=prev"/>
		<updated>2015-05-27T07:08:43Z</updated>

		<summary type="html">&lt;p&gt;Uus lehekülg: &amp;#039;&amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt; public class Simple { 	public static int y = 10, x = 100; 	public static void main(String[] args) { 		int x = 0; 		int z = x + 0; 		System.out.println(&amp;quot;main ...&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Uus lehekülg&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
public class Simple {&lt;br /&gt;
	public static int y = 10, x = 100;&lt;br /&gt;
	public static void main(String[] args) {&lt;br /&gt;
		int x = 0;&lt;br /&gt;
		int z = x + 0;&lt;br /&gt;
		System.out.println(&amp;quot;main x,y,z: &amp;quot; + x + &amp;quot; &amp;quot; + y + &amp;quot; &amp;quot; + z);&lt;br /&gt;
		z = world(hello(x), y);&lt;br /&gt;
		System.out.println(&amp;quot;main x,y,z: &amp;quot; + x + &amp;quot; &amp;quot; + y + &amp;quot; &amp;quot; + z);&lt;br /&gt;
		&lt;br /&gt;
		for (x = 8; x++ &amp;lt; 60; x += 3) {&lt;br /&gt;
			x += x / 2;&lt;br /&gt;
		}&lt;br /&gt;
		System.out.println(&amp;quot;x:&amp;quot; + x);&lt;br /&gt;
		&lt;br /&gt;
		String go = &amp;quot;pistre&amp;quot;;&lt;br /&gt;
		for (int i = 0; i &amp;lt; 3; i++) {&lt;br /&gt;
			go = go.substring(0, i) + go.charAt(i + 2) + &lt;br /&gt;
				go.charAt(i + 1) + go.charAt(i) + go.substring(i + 3);&lt;br /&gt;
		}&lt;br /&gt;
		System.out.println(go);&lt;br /&gt;
	}&lt;br /&gt;
	public static void hello(int x, int z) {&lt;br /&gt;
		x = z + 100;&lt;br /&gt;
		System.out.println(&amp;quot;hello(world(x, z))&amp;quot;);&lt;br /&gt;
	}&lt;br /&gt;
	public static int hello(int x) {&lt;br /&gt;
		int y = 0;&lt;br /&gt;
		++x;&lt;br /&gt;
		while (x &amp;lt; 100) {&lt;br /&gt;
			if (y &amp;gt; 2)&lt;br /&gt;
				continue;&lt;br /&gt;
			break;&lt;br /&gt;
		}&lt;br /&gt;
		System.out.println(&amp;quot;hello x,y: &amp;quot; + (x - 2) + &amp;quot; &amp;quot; + y);&lt;br /&gt;
		return x - 2;&lt;br /&gt;
	}&lt;br /&gt;
	public static int world(int x, int z) {&lt;br /&gt;
		int y = 0;&lt;br /&gt;
		y--;&lt;br /&gt;
		while (y++ &amp;lt;= 3)&lt;br /&gt;
			z += y;&lt;br /&gt;
		System.out.println(&amp;quot;world x,z++,z: &amp;quot; + x + &amp;quot; &amp;quot; + z + &amp;quot; &amp;quot; + z);&lt;br /&gt;
		return z;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ago</name></author>
	</entry>
</feed>