<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="pt-BR">
	<id>https://wiki.ifsc.edu.br/index.php?action=history&amp;feed=atom&amp;title=ExercInstru%C3%A7%C3%B5es2</id>
	<title>ExercInstruções2 - Histórico de revisão</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ifsc.edu.br/index.php?action=history&amp;feed=atom&amp;title=ExercInstru%C3%A7%C3%B5es2"/>
	<link rel="alternate" type="text/html" href="https://wiki.ifsc.edu.br/index.php?title=ExercInstru%C3%A7%C3%B5es2&amp;action=history"/>
	<updated>2026-06-02T07:13:40Z</updated>
	<subtitle>Histórico de revisões para esta página neste wiki</subtitle>
	<generator>MediaWiki 1.39.5</generator>
	<entry>
		<id>https://wiki.ifsc.edu.br/index.php?title=ExercInstru%C3%A7%C3%B5es2&amp;diff=15555&amp;oldid=prev</id>
		<title>imported&gt;Fargoud: Criou página com ' #include &lt;stdio.h&gt;  #include &lt;stdlib.h&gt;  int main()  { float a, b, y, x;    int i;     system(&quot;color F1&quot;);     printf(&quot;*** PROGRAMA DA RETA Y = A.X + B****\n&quot;);     printf(&quot;E...'</title>
		<link rel="alternate" type="text/html" href="https://wiki.ifsc.edu.br/index.php?title=ExercInstru%C3%A7%C3%B5es2&amp;diff=15555&amp;oldid=prev"/>
		<updated>2017-05-10T22:35:36Z</updated>

		<summary type="html">&lt;p&gt;Criou página com &amp;#039; #include &amp;lt;stdio.h&amp;gt;  #include &amp;lt;stdlib.h&amp;gt;  int main()  { float a, b, y, x;    int i;     system(&amp;quot;color F1&amp;quot;);     printf(&amp;quot;*** PROGRAMA DA RETA Y = A.X + B****\n&amp;quot;);     printf(&amp;quot;E...&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nova&lt;/b&gt;&lt;/p&gt;&lt;div&gt; #include &amp;lt;stdio.h&amp;gt;&lt;br /&gt;
 #include &amp;lt;stdlib.h&amp;gt;&lt;br /&gt;
 int main()&lt;br /&gt;
 { float a, b, y, x;&lt;br /&gt;
   int i;&lt;br /&gt;
    system(&amp;quot;color F1&amp;quot;);&lt;br /&gt;
    printf(&amp;quot;*** PROGRAMA DA RETA Y = A.X + B****\n&amp;quot;);&lt;br /&gt;
    printf(&amp;quot;Entre com os valores de A e B :&amp;gt; &amp;quot;);&lt;br /&gt;
    scanf(&amp;quot;%f %f&amp;quot;, &amp;amp;a, &amp;amp;b);&lt;br /&gt;
    printf(&amp;quot;\n\n\t\tY:\t\tX:\n\t\t__________________________\n&amp;quot;);&lt;br /&gt;
    for(x=0, i=1;x&amp;lt;=10;x+=0.01, i++)&lt;br /&gt;
    {&lt;br /&gt;
         y = a*x + b;&lt;br /&gt;
         if(i%50==0)&lt;br /&gt;
             system (&amp;quot;pause&amp;quot;);&lt;br /&gt;
         printf(&amp;quot;\t\t%.1f\t\t%.1f\n&amp;quot;, y, x);&lt;br /&gt;
    }&lt;br /&gt;
    return 0;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>imported&gt;Fargoud</name></author>
	</entry>
</feed>