<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>check  Armstrong</title><link>https://community.appian.com/discussions/f/rules/28792/check-armstrong</link><description>write a program to check whether it is a Armstrong or not ? 
 
 Input : 153 Output : Yes 
 153 is an Armstrong number. 1*1*1 + 5*5*5 + 3*3*3 = 153</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: check  Armstrong</title><link>https://community.appian.com/thread/113354?ContentTypeID=1</link><pubDate>Fri, 26 May 2023 14:52:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5361237f-6afb-493b-8755-7dfb028276b0</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/15/pastedimage1685112757492v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: check  Armstrong</title><link>https://community.appian.com/thread/113352?ContentTypeID=1</link><pubDate>Fri, 26 May 2023 13:47:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1f036176-fdd7-4347-9e94-84940b7c42c8</guid><dc:creator>anmolvijayvergiya</dc:creator><description>&lt;p&gt;&lt;span&gt;Thank you Sir. Will take care of this from the next time.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: check  Armstrong</title><link>https://community.appian.com/thread/113351?ContentTypeID=1</link><pubDate>Fri, 26 May 2023 12:29:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:1dd4ff04-9a13-4ca8-a617-45c1c913aac1</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/15/pastedimage1685104179815v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: check  Armstrong</title><link>https://community.appian.com/thread/113348?ContentTypeID=1</link><pubDate>Fri, 26 May 2023 12:04:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:9d471d39-f62b-4719-b03f-ca65006dce97</guid><dc:creator>anmolvijayvergiya</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables(
local!a: sum(
power(
tointeger(char(code(ri!num))),
len(ri!num)
)
),
if(
local!a = ri!num,
ri!num &amp;amp; &amp;quot; is an Armstrong Number&amp;quot;,
ri!num &amp;amp; &amp;quot; is not an Armstrong Number&amp;quot;
),

)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: check  Armstrong</title><link>https://community.appian.com/thread/113334?ContentTypeID=1</link><pubDate>Fri, 26 May 2023 10:03:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7e8cbd43-f854-4709-89f0-2ed6a6397d1d</guid><dc:creator>Harshit Bumb (Appyzie)</dc:creator><description>&lt;p&gt;Did you try anything yourself? Where did you reach?&amp;nbsp;&lt;br /&gt;And why don&amp;#39;t you use the internet to get answers to such basic problems from sites like stackoverflow or geeksforgeeks?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: check  Armstrong</title><link>https://community.appian.com/thread/113333?ContentTypeID=1</link><pubDate>Fri, 26 May 2023 09:23:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:52c0d715-800f-4459-ae8f-fa36f6b052f9</guid><dc:creator>ankitr851905</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;a!localVariables(
  local!n:tostring(ri!num),
  if(sum( power(a!forEach(
    items: enumerate(len(local!n))+1,
    expression: charat(ri!num,fv!item) ),3)) ==ri!num,&amp;quot;yes it is Armstrong number&amp;quot;, &amp;quot;no it is not a Armstrong number&amp;quot;))&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>