<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Ausgabe &amp;quot;wert&amp;quot;]]></title><description><![CDATA[<p>Hallo,<br />
irgendwie habe ich gerade einen Denkfehler(oder schlimmeres):-)<br />
wie schreibe ich noch mal die Befehlzeile, wenn ich den Wert &quot;w&quot; ausgeben möchte</p>
<p>Bsp:</p>
<p>z=(0.75*a)+(0.25*b);<br />
cin&gt;&gt;z;<br />
y=z*(0.95+(0.01<em>c));<br />
cin&gt;&gt;y;<br />
x=y</em>(0.5+(0.1<em>d));<br />
cin&gt;&gt;x;<br />
w=x</em>(0.95+(0.01*e));<br />
cin&gt;&gt;w;<br />
cout&lt;&lt;<strong>?????</strong>;</p>
<p>Tausen Dank vorab für eure Hilfe</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/121551/ausgabe-quot-wert-quot</link><generator>RSS for Node</generator><lastBuildDate>Sat, 22 Aug 2026 19:14:52 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/121551.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 25 Sep 2005 07:01:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Ausgabe &amp;quot;wert&amp;quot; on Sun, 25 Sep 2005 07:01:35 GMT]]></title><description><![CDATA[<p>Hallo,<br />
irgendwie habe ich gerade einen Denkfehler(oder schlimmeres):-)<br />
wie schreibe ich noch mal die Befehlzeile, wenn ich den Wert &quot;w&quot; ausgeben möchte</p>
<p>Bsp:</p>
<p>z=(0.75*a)+(0.25*b);<br />
cin&gt;&gt;z;<br />
y=z*(0.95+(0.01<em>c));<br />
cin&gt;&gt;y;<br />
x=y</em>(0.5+(0.1<em>d));<br />
cin&gt;&gt;x;<br />
w=x</em>(0.95+(0.01*e));<br />
cin&gt;&gt;w;<br />
cout&lt;&lt;<strong>?????</strong>;</p>
<p>Tausen Dank vorab für eure Hilfe</p>
]]></description><link>https://www.c-plusplus.net/forum/post/879454</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/879454</guid><dc:creator><![CDATA[ixylon]]></dc:creator><pubDate>Sun, 25 Sep 2005 07:01:35 GMT</pubDate></item><item><title><![CDATA[Reply to Ausgabe &amp;quot;wert&amp;quot; on Sun, 25 Sep 2005 07:17:28 GMT]]></title><description><![CDATA[<p>wtf <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":confused:"
      alt="😕"
    /></p>
<p>cout &lt;&lt; w; ?</p>
<p>Du liest ja z,y,w von StdIn ein. Wozu dann die Rechnerei vorher´?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/879464</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/879464</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Sun, 25 Sep 2005 07:17:28 GMT</pubDate></item><item><title><![CDATA[Reply to Ausgabe &amp;quot;wert&amp;quot; on Sun, 25 Sep 2005 07:24:03 GMT]]></title><description><![CDATA[<p>Hi, ich habe ne Hausaufgabe und ich kann ja einfach mal alles posten, was ich bis jetzt geschrieben habe....Das ergebniss, soll eine Zahl sein, die sich aus den vorgegebenen Formeln berechnet...ich habe das auch schonmal hinbekommen, weiß aber nicht mehr wie *g*</p>
<p>vielleicht kannst du mir ja meinen Fehler zeigen???</p>
<p>#include &lt;iostream&gt;<br />
#include &lt;conio.h&gt;<br />
using namespace std;<br />
int main (){<br />
float a,b,c,d,e,w,x,y,z;<br />
cout&lt;&lt;&quot;\n Bitte geben sie den Wert für Torschuss ein: &quot;;<br />
cin&gt;&gt;a;<br />
cout&lt;&lt;&quot;\n Bitte geben sie den Wert für Passspiel ein: &quot;;<br />
cin&gt;&gt;b;<br />
cout&lt;&lt;&quot;\n Bitte geben sie den Wert für Kondition ein: &quot;;<br />
cin&gt;&gt;c;<br />
cout&lt;&lt;&quot;\n Bitte geben sie den Wert für Form ein: &quot;;<br />
cin&gt;&gt;d;<br />
cout&lt;&lt;&quot;\n Bitte geben sie den Wert für Erfahrung ein: &quot;;<br />
cin&gt;&gt;e;<br />
z=(0.75*a)+(0.25*b);<br />
cin&gt;&gt;z;<br />
y=z*(0.95+(0.01<em>c));<br />
cin&gt;&gt;y;<br />
x=y</em>(0.5+(0.1<em>d));<br />
cin&gt;&gt;x;<br />
w=x</em>(0.95+(0.01*e));<br />
cin&gt;&gt;w;<br />
cout&lt;&lt;w;</p>
<p>getch();<br />
return 0;<br />
}</p>
]]></description><link>https://www.c-plusplus.net/forum/post/879465</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/879465</guid><dc:creator><![CDATA[ixylon]]></dc:creator><pubDate>Sun, 25 Sep 2005 07:24:03 GMT</pubDate></item><item><title><![CDATA[Reply to Ausgabe &amp;quot;wert&amp;quot; on Sun, 25 Sep 2005 07:25:39 GMT]]></title><description><![CDATA[<p>und wenn ich das so wie oben schreibe, muss ich erst w auf der tastatur drücken um das ergebniss zu sehen....und das ist ja nicht Sinn der Sache :-))</p>
<p>Also nochmals Danke, für die Hilfe</p>
]]></description><link>https://www.c-plusplus.net/forum/post/879467</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/879467</guid><dc:creator><![CDATA[ixylon]]></dc:creator><pubDate>Sun, 25 Sep 2005 07:25:39 GMT</pubDate></item><item><title><![CDATA[Reply to Ausgabe &amp;quot;wert&amp;quot; on Sun, 25 Sep 2005 07:40:32 GMT]]></title><description><![CDATA[<p>ab</p>
<pre><code>z=(0.75*a)+(0.25*b);
</code></pre>
<p>die cin's weglassen?<br />
statt getch() kannst du auch cin.get(); schreiben und dann auch gleich die conio.h weglassen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/879475</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/879475</guid><dc:creator><![CDATA[Cpt.Tanga]]></dc:creator><pubDate>Sun, 25 Sep 2005 07:40:32 GMT</pubDate></item><item><title><![CDATA[Reply to Ausgabe &amp;quot;wert&amp;quot; on Sun, 25 Sep 2005 07:46:44 GMT]]></title><description><![CDATA[<p>tja..... 1001 Dank jetzt funz es !</p>
]]></description><link>https://www.c-plusplus.net/forum/post/879478</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/879478</guid><dc:creator><![CDATA[ixylon]]></dc:creator><pubDate>Sun, 25 Sep 2005 07:46:44 GMT</pubDate></item></channel></rss>