<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	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>number Archives - Muhammad Anas</title>
	<atom:link href="https://anas.pk/tag/number/feed/" rel="self" type="application/rss+xml" />
	<link>https://anas.pk/tag/number/</link>
	<description>API Integrations Expert &#124; Full-Stack web developer</description>
	<lastBuildDate>Sat, 26 Oct 2013 22:00:26 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
<site xmlns="com-wordpress:feed-additions:1">30027766</site>	<item>
		<title>C++ Program to Separate Digits of a Positive Integer</title>
		<link>https://anas.pk/2011/11/22/c-program-to-separate-digits-of-a-positive-integer/</link>
					<comments>https://anas.pk/2011/11/22/c-program-to-separate-digits-of-a-positive-integer/#comments</comments>
		
		<dc:creator><![CDATA[Muhammad Anas]]></dc:creator>
		<pubDate>Tue, 22 Nov 2011 13:53:57 +0000</pubDate>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[digits]]></category>
		<category><![CDATA[integer]]></category>
		<category><![CDATA[number]]></category>
		<category><![CDATA[positive]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[separate]]></category>
		<category><![CDATA[whole]]></category>
		<guid isPermaLink="false">http://anas.pk/?p=353</guid>

					<description><![CDATA[<p>Here we have some C++ programs which take a positive integer as input and output it's individual digits separated apart from each other.</p>
<p>The post <a href="https://anas.pk/2011/11/22/c-program-to-separate-digits-of-a-positive-integer/">C++ Program to Separate Digits of a Positive Integer</a> appeared first on <a href="https://anas.pk">Muhammad Anas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://anas.pk/2011/11/22/c-program-to-separate-digits-of-a-positive-integer/feed/</wfw:commentRss>
			<slash:comments>16</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">353</post-id>	</item>
		<item>
		<title>Revised Version: C++ program to check whether a number is prime or not</title>
		<link>https://anas.pk/2011/02/11/revised-version-c-program-to-check-whether-a-number-is-prime-or-not/</link>
					<comments>https://anas.pk/2011/02/11/revised-version-c-program-to-check-whether-a-number-is-prime-or-not/#comments</comments>
		
		<dc:creator><![CDATA[Muhammad Anas]]></dc:creator>
		<pubDate>Fri, 11 Feb 2011 04:40:41 +0000</pubDate>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[number]]></category>
		<category><![CDATA[prime]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[revised]]></category>
		<category><![CDATA[version]]></category>
		<category><![CDATA[visual]]></category>
		<category><![CDATA[whether]]></category>
		<guid isPermaLink="false">http://anas.cz.cc/?p=185</guid>

					<description><![CDATA[<p>It is a revised version of one of my programs named C++ program check whether a number is prime or not. It has been improved according to the suggestions of one of my readers.</p>
<p>The post <a href="https://anas.pk/2011/02/11/revised-version-c-program-to-check-whether-a-number-is-prime-or-not/">Revised Version: C++ program to check whether a number is prime or not</a> appeared first on <a href="https://anas.pk">Muhammad Anas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://anas.pk/2011/02/11/revised-version-c-program-to-check-whether-a-number-is-prime-or-not/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">185</post-id>	</item>
		<item>
		<title>C++ program to check whether a number is complete square or not</title>
		<link>https://anas.pk/2011/02/10/c-program-to-check-whether-a-number-is-complete-square-or-not/</link>
					<comments>https://anas.pk/2011/02/10/c-program-to-check-whether-a-number-is-complete-square-or-not/#respond</comments>
		
		<dc:creator><![CDATA[Muhammad Anas]]></dc:creator>
		<pubDate>Thu, 10 Feb 2011 17:11:53 +0000</pubDate>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[check]]></category>
		<category><![CDATA[complete]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[number]]></category>
		<category><![CDATA[professional]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[square]]></category>
		<category><![CDATA[studio]]></category>
		<category><![CDATA[visual]]></category>
		<guid isPermaLink="false">http://anas.cz.cc/?p=178</guid>

					<description><![CDATA[<p>A c++ program to check whether a number taken as input from the user is a complete square or not. It makes use of three variables, a while loop and an if statement.</p>
<p>The post <a href="https://anas.pk/2011/02/10/c-program-to-check-whether-a-number-is-complete-square-or-not/">C++ program to check whether a number is complete square or not</a> appeared first on <a href="https://anas.pk">Muhammad Anas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://anas.pk/2011/02/10/c-program-to-check-whether-a-number-is-complete-square-or-not/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">178</post-id>	</item>
		<item>
		<title>C++ program to check whether a number is prime or not</title>
		<link>https://anas.pk/2011/02/09/c-program-to-check-whether-a-number-is-prime-or-not/</link>
					<comments>https://anas.pk/2011/02/09/c-program-to-check-whether-a-number-is-prime-or-not/#comments</comments>
		
		<dc:creator><![CDATA[Muhammad Anas]]></dc:creator>
		<pubDate>Wed, 09 Feb 2011 07:06:09 +0000</pubDate>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[check]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[number]]></category>
		<category><![CDATA[prime]]></category>
		<category><![CDATA[professional]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[studio]]></category>
		<category><![CDATA[visual]]></category>
		<guid isPermaLink="false">http://anas.cz.cc/?p=159</guid>

					<description><![CDATA[<p>A c++ program to check whether a number entered by the user is prime or not. This program uses three variables, a while loop and a few if selection statements. Check it out and please give your comments and suggestions.</p>
<p>The post <a href="https://anas.pk/2011/02/09/c-program-to-check-whether-a-number-is-prime-or-not/">C++ program to check whether a number is prime or not</a> appeared first on <a href="https://anas.pk">Muhammad Anas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://anas.pk/2011/02/09/c-program-to-check-whether-a-number-is-prime-or-not/feed/</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">159</post-id>	</item>
		<item>
		<title>A Python Program to print multiplication table of any natural number</title>
		<link>https://anas.pk/2010/07/07/a-python-program-to-print-multiplication-table-of-any-natural-number/</link>
					<comments>https://anas.pk/2010/07/07/a-python-program-to-print-multiplication-table-of-any-natural-number/#respond</comments>
		
		<dc:creator><![CDATA[Muhammad Anas]]></dc:creator>
		<pubDate>Wed, 07 Jul 2010 16:43:00 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[multiplication]]></category>
		<category><![CDATA[natural]]></category>
		<category><![CDATA[number]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[table]]></category>
		<guid isPermaLink="false">http://anas.cz.cc/?p=29</guid>

					<description><![CDATA[<p>I am just beginning in the world of computer programming with python as my first language. Yesterday, I wrote a very simple program which, when executed, ask us for a number whose table we want to print, then a number from where we want to start the table and finally a number up to which [&#8230;]</p>
<p>The post <a href="https://anas.pk/2010/07/07/a-python-program-to-print-multiplication-table-of-any-natural-number/">A Python Program to print multiplication table of any natural number</a> appeared first on <a href="https://anas.pk">Muhammad Anas</a>.</p>
]]></description>
		
					<wfw:commentRss>https://anas.pk/2010/07/07/a-python-program-to-print-multiplication-table-of-any-natural-number/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">29</post-id>	</item>
	</channel>
</rss>
