<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DeveloperPublish | M.N.Safiyabe | Activity</title>
	<link>https://developerpublish.com/academy/members/m-n-safiyabe/activity/</link>
	<atom:link href="https://developerpublish.com/academy/members/m-n-safiyabe/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for M.N.Safiyabe.</description>
	<lastBuildDate>Tue, 21 Apr 2026 21:26:13 +0000</lastBuildDate>
	<generator>https://buddypress.org/?v=12.0.0</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">16247f7f0ff36c41895f4ffc8d49a323</guid>
				<title>M.N.Safiyabe started the topic PHP syntax in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/php-syntax/</link>
				<pubDate>Tue, 06 Jun 2023 17:06:51 +0000</pubDate>

									<content:encoded><![CDATA[<p>&lt;!DOCTYPE html&gt;<br />
&lt;html&gt;<br />
&lt;body&gt;</p>
<p>&lt;?php<br />
$color = &#8220;red&#8221;;<br />
echo &#8220;My car is &#8221; . $color . &#8220;&lt;br&gt;&#8221;;<br />
echo &#8220;My house is &#8221; . $COLOR . &#8220;&lt;br&gt;&#8221;;<br />
echo &#8220;My boat is &#8221; . $coLOR . &#8220;&lt;br&gt;&#8221;;<br />
?&gt;</p>
<p>&lt;/body&gt;<br />
&lt;/html&gt;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d3290e12d0f20a1b4b260b2458880c21</guid>
				<title>M.N.Safiyabe started the topic PHP Hello Word in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/php-hello-word/</link>
				<pubDate>Tue, 06 Jun 2023 17:04:01 +0000</pubDate>

									<content:encoded><![CDATA[<p>&lt;!DOCTYPE html&gt;<br />
&lt;html&gt;<br />
&lt;body&gt;</p>
<p>&lt;?php<br />
ECHO &#8220;Hello World!&lt;br&gt;&#8221;;<br />
echo &#8220;Hello World!&lt;br&gt;&#8221;;<br />
EcHo &#8220;Hello World!&lt;br&gt;&#8221;;<br />
?&gt;</p>
<p>&lt;/body&gt;<br />
&lt;/html&gt;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9c36ac22de90ef531922716f91841dbf</guid>
				<title>M.N.Safiyabe started the topic PHP Boolean in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/php-boolean/</link>
				<pubDate>Tue, 06 Jun 2023 17:01:36 +0000</pubDate>

									<content:encoded><![CDATA[<p>&lt;?php<br />
if ($action == &#8220;show_version&#8221;) {<br />
    echo &#8220;The version is 1.23&#8221;;<br />
}<br />
if ($show_separators == TRUE) {<br />
    echo &#8220;&lt;hr&gt;n&#8221;;<br />
}<br />
if ($show_separators) {<br />
    echo &#8220;&lt;hr&gt;n&#8221;;<br />
}<br />
?&gt;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e24c20249a9c5e43ab2de967a304db40</guid>
				<title>M.N.Safiyabe started the topic User story life cycle in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/user-story-life-cycle/</link>
				<pubDate>Tue, 06 Jun 2023 16:23:55 +0000</pubDate>

									<content:encoded><![CDATA[<p>software development lifecycle includes the concept, inception, construction, release, production, and retirement phases.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6cb9d529a40e6907b47a7fd7a7ad8f37</guid>
				<title>M.N.Safiyabe started the topic Variable in c++ in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/variable-in-c-4/</link>
				<pubDate>Tue, 06 Jun 2023 14:17:19 +0000</pubDate>

									<content:encoded><![CDATA[<p>int myNum;<br />
myNum = 15;<br />
cout &lt;&lt; myNum;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cdf764992114d34b5f61897df86346f0</guid>
				<title>M.N.Safiyabe started the topic What is stack in C++ in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/what-is-stack-in-c-2/</link>
				<pubDate>Tue, 06 Jun 2023 14:14:37 +0000</pubDate>

									<content:encoded><![CDATA[<p>#include &lt;iostream&gt;<br />
#include &lt;stack&gt;<br />
using namespace std;<br />
int main() {<br />
    stack&lt;int&gt; stack;<br />
    stack.push(21);// The values pushed in the stack should be of the same data which is written during declaration of stack<br />
    stack.push(22);<br />
    stack.push(24);<br />
    stack.push(25);<br />
    int num=0;<br />
      stack.push(num);<br />
    stack.pop();&hellip;<span class="activity-read-more" id="activity-read-more-3107"><a href="https://developerpublish.com/academy/forums/topic/what-is-stack-in-c-2/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4d74804d914ff208cf0656c181e7b0af</guid>
				<title>M.N.Safiyabe started the topic Program in c++swap two numbers in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/program-in-cswap-two-numbers-2/</link>
				<pubDate>Tue, 06 Jun 2023 13:34:11 +0000</pubDate>

									<content:encoded><![CDATA[<p>#include &lt;iostream&gt;<br />
using namespace std;</p>
<p>int main()<br />
{<br />
    int a = 5, b = 10, temp;</p>
<p>    cout &lt;&lt; &#8220;Before swapping.&#8221; &lt;&lt; endl;<br />
    cout &lt;&lt; &#8220;a = &#8221; &lt;&lt; a &lt;&lt; &#8220;, b = &#8221; &lt;&lt; b &lt;&lt; endl;</p>
<p>    temp = a;<br />
    a = b;<br />
    b = temp;</p>
<p>    cout &lt;&lt; &#8220;nAfter swapping.&#8221; &lt;&lt; endl;<br />
    cout &lt;&lt; &#8220;a = &#8221; &lt;&lt; a &lt;&lt; &#8220;, b = &#8221; &lt;&lt; b &lt;&lt; endl;</p>
<p>    return&hellip;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cadccade83d3228a9b87228dba1f15cb</guid>
				<title>M.N.Safiyabe started the topic How to print the coloured text in C++ in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/how-to-print-the-coloured-text-in-c-2/</link>
				<pubDate>Tue, 06 Jun 2023 13:32:18 +0000</pubDate>

									<content:encoded><![CDATA[<p>#include &lt;stdio.h&gt;<br />
int main()<br />
{<br />
    printf(&#8220; 33[1;31mWELCOME TO OPENGENUS 33[0mn&#8221;);<br />
    return 0;<br />
}</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6731893796d49333671bdc0056bdea04</guid>
				<title>M.N.Safiyabe started the topic Output c++ in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/output-c-2/</link>
				<pubDate>Tue, 06 Jun 2023 13:30:39 +0000</pubDate>

									<content:encoded><![CDATA[<p>#include &lt;iostream&gt;<br />
using namespace std;</p>
<p>int main() {<br />
  cout &lt;&lt; &#8220;Hello World!&#8221;;<br />
  return 0;<br />
}</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">07833e2be177a58b570e88f813996114</guid>
				<title>M.N.Safiyabe started the topic Create a new page in HTML? in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/create-a-new-page-in-html/</link>
				<pubDate>Tue, 06 Jun 2023 12:21:56 +0000</pubDate>

									<content:encoded><![CDATA[<p>&lt;!DOCTYPE html&gt;<br />
&lt;html lang=&#8221;en&#8221;&gt;<br />
  &lt;head&gt;<br />
    &lt;meta charset=&#8221;utf-8&#8243;&gt;<br />
    &lt;title&gt;About&lt;/title&gt;<br />
  &lt;/head&gt;<br />
&lt;/html&gt;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">082bd677644ad48bf829822fd63ddfb5</guid>
				<title>M.N.Safiyabe started the topic What is HTML? in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/what-is-html/</link>
				<pubDate>Tue, 06 Jun 2023 12:19:17 +0000</pubDate>

									<content:encoded><![CDATA[<p>&lt;!DOCTYPE html&gt;<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;Page Title&lt;/title&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;</p>
<p>&lt;h1&gt;My First Heading&lt;/h1&gt;<br />
&lt;p&gt;My first paragraph.&lt;/p&gt;</p>
<p>&lt;/body&gt;<br />
&lt;/html&gt;&lt;!DOCTYPE html&gt;<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;Page Title&lt;/title&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;</p>
<p>&lt;h1&gt;My First Heading&lt;/h1&gt;<br />
&lt;p&gt;My first&hellip;<span class="activity-read-more" id="activity-read-more-3086"><a href="https://developerpublish.com/academy/forums/topic/what-is-html/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">249eebb67a1b816e9a0d8e0cd5ed9e27</guid>
				<title>M.N.Safiyabe started the topic What are macros in Excel? in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/what-are-macros-in-excel-2/</link>
				<pubDate>Tue, 06 Jun 2023 12:04:11 +0000</pubDate>

									<content:encoded><![CDATA[<p>Macros in excel</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3ec70821d9f26e61066d731a88277283</guid>
				<title>M.N.Safiyabe started the topic How are nested IF statements used in Excel? in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/how-are-nested-if-statements-used-in-excel-2/</link>
				<pubDate>Tue, 06 Jun 2023 12:01:58 +0000</pubDate>

									<content:encoded><![CDATA[<p>if statement used in Excel</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e5815aa12134083afe9b504f017f201c</guid>
				<title>M.N.Safiyabe started the topic SubQuery in SQL Server in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/subquery-in-sql-server/</link>
				<pubDate>Tue, 06 Jun 2023 11:58:52 +0000</pubDate>

									<content:encoded><![CDATA[<p>USE AdventureWorks2016;<br />
GO</p>
<p>/* SELECT statement built using a subquery. */<br />
SELECT [Name]<br />
FROM Production.Product<br />
WHERE ListPrice =<br />
    (SELECT ListPrice<br />
     FROM Production.Product<br />
     WHERE [Name] = &#8216;Chainring Bolts&#8217; );<br />
GO</p>
<p>/* SELECT statement built using a join that returns<br />
   the same result set. */<br />
SELECT Prd1.[Name]<br />
FROM Production.Product&hellip;<span class="activity-read-more" id="activity-read-more-3083"><a href="https://developerpublish.com/academy/forums/topic/subquery-in-sql-server/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">bf523a051bb53d64398958d951b49606</guid>
				<title>M.N.Safiyabe started the topic To change the chart style in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/to-change-the-chart-style-2/</link>
				<pubDate>Fri, 02 Jun 2023 11:00:06 +0000</pubDate>

									<content:encoded><![CDATA[<p>Click the chart you want to change.<br />
In the upper right corner next to the chart, click Chart Styles .<br />
Click Style and pick the option you want</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">bf89afa65532697de4a1efb617250bb3</guid>
				<title>M.N.Safiyabe started the topic To change the chart layout in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/to-change-the-chart-layout-2/</link>
				<pubDate>Fri, 02 Jun 2023 10:58:26 +0000</pubDate>

									<content:encoded><![CDATA[<p>Click the chart that you want to format. This displays the Chart Tools, adding the Design, Layout, and Format tabs.<br />
On the Design tab, in the Chart Layouts group, click the chart layout that you want to use.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7a705337c98f37cd2bfc5cf1c1800d8e</guid>
				<title>M.N.Safiyabe started the topic Charts in power point in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/charts-in-power-point-3/</link>
				<pubDate>Fri, 02 Jun 2023 10:53:50 +0000</pubDate>

									<content:encoded><![CDATA[<p>To create a simple chart from scratch in PowerPoint, click Insert &gt; Chart and pick the chart you want. On the Insert tab, in the Illustrations group, click Chart. In the Insert Chart dialog box, click the arrows to scroll through the chart types. Select the type of chart that you want and then click OK.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e1d8dd6e9b5c5ab6125a56b8a3f14e3e</guid>
				<title>M.N.Safiyabe started the topic How to enable gridlines in microsoft power point in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/how-to-enable-gridlines-in-microsoft-power-point/</link>
				<pubDate>Fri, 02 Jun 2023 10:51:40 +0000</pubDate>

									<content:encoded><![CDATA[<p>Work with gridlines and use snap-to-grid in PowerPoint</p>
<p>Turn the snap to grid and snap to object options on or off in Excel</p>
<p>Print gridlines in a worksheet</p>
<p>Show or hide the ruler in PowerPoint</p>
<p>Show or hide rulers in Word</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0ed9ab95d787db683e25f434f5025524</guid>
				<title>M.N.Safiyabe started the topic Animate text in powerpoint in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/animate-text-in-powerpoint/</link>
				<pubDate>Fri, 02 Jun 2023 10:47:38 +0000</pubDate>

									<content:encoded><![CDATA[<p>Try using an Emphasis animation for key terms in your presentation or to make an important image really pop.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f0653dae752543bfe38702ec551afe61</guid>
				<title>M.N.Safiyabe started the topic What are the operators in python? in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/what-are-the-operators-in-python-2/</link>
				<pubDate>Thu, 01 Jun 2023 05:26:19 +0000</pubDate>

									<content:encoded><![CDATA[<p>a = 7<br />
b = 2</p>
<p>print (&#8216;Sum: &#8216;, a + b)  </p>
<p>print (&#8216;Subtraction: &#8216;, a &#8211; b)   </p>
<p>print (&#8216;Multiplication: &#8216;, a * b)  </p>
<p>print (&#8216;Division: &#8216;, a / b) </p>
<p>print (&#8216;Floor Division: &#8216;, a // b)</p>
<p>print (&#8216;Modulo: &#8216;, a % b)  </p>
<p>print (&#8216;Power: &#8216;, a ** b)   </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9796d04a77930a67a82cb7d211758845</guid>
				<title>M.N.Safiyabe started the topic Variable in C in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/variable-in-c-2/</link>
				<pubDate>Thu, 01 Jun 2023 05:21:25 +0000</pubDate>

									<content:encoded><![CDATA[<p>name = &#8216;Somebody Else&#8217;</p>
<p>def print_full_name(first_name, last_name)<br />
  name = first_name + &#8216; &#8216; + last_name<br />
  puts name<br />
end</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b99336e15a7a3da79288bd0ca38e83ff</guid>
				<title>M.N.Safiyabe started the topic if else statement in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/if-else-statement-2/</link>
				<pubDate>Thu, 01 Jun 2023 05:18:25 +0000</pubDate>

									<content:encoded><![CDATA[<p>if (paygrade == 7)<br />
   if (level &gt;= 0 &amp;&amp; level &lt;= 8)<br />
      salary *= 1.05;<br />
   else<br />
      salary *= 1.04;<br />
else<br />
   salary *= 1.06;<br />
cout &lt;&lt; &#8220;salary is &#8221; &lt;&lt; salary &lt;&lt; endl;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1aa75b579150f7c3bbd7f9fb9d2146e9</guid>
				<title>M.N.Safiyabe started the topic How to add Python to path variable in Windows ? in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/how-to-add-python-to-path-variable-in-windows-2/</link>
				<pubDate>Thu, 01 Jun 2023 05:14:53 +0000</pubDate>

									<content:encoded><![CDATA[<p>$ echo export PATH=&#8221;&lt;PATH_TO_python&gt;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1bd8bcb9266a6270747310e794d70dae</guid>
				<title>M.N.Safiyabe started the topic How to add Python to path variable in Windows ? in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/how-to-add-python-to-path-variable-in-windows/</link>
				<pubDate>Thu, 01 Jun 2023 05:12:26 +0000</pubDate>

									<content:encoded><![CDATA[<p>How to add Python to path variable in Windows ?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5b95ad764b40511f17d2ba3613b00915</guid>
				<title>M.N.Safiyabe started the topic Difference between Turbo C++ and Dev C++1 in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/difference-between-turbo-c-and-dev-c1/</link>
				<pubDate>Wed, 31 May 2023 08:25:14 +0000</pubDate>

									<content:encoded><![CDATA[<p>#include &lt;conio.h&gt;<br />
#include &lt;iostream.h&gt;<br />
void main()<br />
{<br />
   clrscr();<br />
   cout &lt;&lt; &#8220;Hello Geeks!&#8221; ;<br />
   getch();<br />
}</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">01bb6f03ff32fd2e30e665b5cded922c</guid>
				<title>M.N.Safiyabe started the topic trunc() in c++ programming in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/trunc-in-c-programming-2/</link>
				<pubDate>Wed, 31 May 2023 08:23:01 +0000</pubDate>

									<content:encoded><![CDATA[<p>#include &lt;iostream&gt;<br />
#include &lt;cmath&gt;</p>
<p>using namespace std;</p>
<p>int main()<br />
{<br />
    double x = 10.25, result;<br />
    result = trunc(x);<br />
    cout &lt;&lt; &#8220;trunc(&#8221; &lt;&lt; x &lt;&lt; &#8220;) = &#8221; &lt;&lt; result &lt;&lt; endl;</p>
<p>    x = -34.251;<br />
    result = trunc(x);<br />
    cout &lt;&lt; &#8220;trunc(&#8221; &lt;&lt; x &lt;&lt; &#8220;) = &#8221; &lt;&lt; result &lt;&lt; endl;</p>
<p>    return&hellip;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ea7e8d9871c4e4cbdf8115fdd08c9c94</guid>
				<title>M.N.Safiyabe started the topic What are class and object in C++? in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/what-are-class-and-object-in-c-3/</link>
				<pubDate>Wed, 31 May 2023 08:19:44 +0000</pubDate>

									<content:encoded><![CDATA[<p>// C++ program to demonstrate accessing of data members<br />
#include &lt;bits/stdc++.h&gt;<br />
using namespace std;<br />
class Geeks {<br />
    // Access specifier<br />
public:<br />
    // Data  Members<br />
    string geekname;<br />
    // Member Functions()<br />
    void printname() { cout &lt;&lt; &#8220;Geekname is:&#8221; &lt;&lt; geekname; }<br />
};<br />
int main()<br />
{<br />
    // Declare an object of class geeks<br />
    Geeks obj1;&hellip;<span class="activity-read-more" id="activity-read-more-2452"><a href="https://developerpublish.com/academy/forums/topic/what-are-class-and-object-in-c-3/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">50dc34af18ca865429f25dfc5d81078a</guid>
				<title>M.N.Safiyabe started the topic What are class and object in C++? in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/what-are-class-and-object-in-c-2/</link>
				<pubDate>Wed, 31 May 2023 08:17:48 +0000</pubDate>

									<content:encoded><![CDATA[<p>class MyClass {       // The class<br />
  public:             // Access specifier<br />
    int myNum;        // Attribute (int variable)<br />
    string myString;  // Attribute (string variable)<br />
};</p>
<p>int main() {<br />
  MyClass myObj;  // Create an object of MyClass</p>
<p>  // Access attributes and set values<br />
  myObj.myNum = 15;<br />
  myObj.myString = &#8220;Some text&#8221;;</p>
<p>  //&hellip;<span class="activity-read-more" id="activity-read-more-2451"><a href="https://developerpublish.com/academy/forums/topic/what-are-class-and-object-in-c-2/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">74b36df36354cd48acff51647a64c3fa</guid>
				<title>M.N.Safiyabe started the topic Go to statement in c++ in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/go-to-statement-in-c-2/</link>
				<pubDate>Wed, 31 May 2023 08:13:37 +0000</pubDate>

									<content:encoded><![CDATA[<p># include &lt;iostream&gt;<br />
using namespace std;</p>
<p>int main()<br />
{<br />
    float num, average, sum = 0.0;<br />
    int i, n;</p>
<p>    cout &lt;&lt; &#8220;Maximum number of inputs: &#8220;;<br />
    cin &gt;&gt; n;</p>
<p>    for(i = 1; i &lt;= n; ++i)<br />
    {<br />
        cout &lt;&lt; &#8220;Enter n&#8221; &lt;&lt; i &lt;&lt; &#8220;: &#8220;;<br />
        cin &gt;&gt; num;</p>
<p>        if(num &lt; 0.0)<br />
        {<br />
           // Control of the program move to&hellip;<span class="activity-read-more" id="activity-read-more-2450"><a href="https://developerpublish.com/academy/forums/topic/go-to-statement-in-c-2/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f75e887a6ca0d9beffcba5add0a42b02</guid>
				<title>M.N.Safiyabe replied to the topic C++ in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/c-2/#post-23872</link>
				<pubDate>Wed, 31 May 2023 08:04:11 +0000</pubDate>

									<content:encoded><![CDATA[<p>#include &lt;iosterm&gt;</p>
<p>int main() {<br />
    std::cout &lt;&lt; &#8220;Hello World!&#8221;;<br />
    return 0;<br />
}</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">197981fac0fae7651048c6c985d25da7</guid>
				<title>M.N.Safiyabe started the topic C++ in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/c-2/</link>
				<pubDate>Wed, 31 May 2023 08:00:20 +0000</pubDate>

									<content:encoded><![CDATA[<p>C++</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1f3f9f7f53cb539302b38c633b24a6d8</guid>
				<title>M.N.Safiyabe started the topic Program for Writing to File in C++ in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/program-for-writing-to-file-in-c-2/</link>
				<pubDate>Tue, 30 May 2023 05:37:32 +0000</pubDate>

									<content:encoded><![CDATA[<p>Program for Writing to File in C++</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">54cd5b50130a3b401708234564b4e962</guid>
				<title>M.N.Safiyabe started the topic How to Share Document in Microsoft Word? in the forum Microsoft Word</title>
				<link>https://developerpublish.com/academy/forums/topic/how-to-share-document-in-microsoft-word-3/</link>
				<pubDate>Sat, 27 May 2023 06:12:52 +0000</pubDate>

									<content:encoded><![CDATA[<p>How to Share Document in Microsoft Word?</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>