Spread the word.

Share the link on social media.

Share
  • Facebook
Have an account? Sign In Now

Sign Up

Have an account? Sign In Now

Sign In

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

Sorry, you do not have permission to ask a question, You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here
Sign InSign Up

SIKSHAPATH

SIKSHAPATH Logo SIKSHAPATH Logo

SIKSHAPATH Navigation

  • Home
  • Questions
  • Blog
    • Computer Science(CSE)
    • NPTEL
    • Startup
  • Shop
    • Internshala Answers
Search
Ask A Question

Mobile menu

Close
Ask A Question
  • Home
  • Questions
  • Blog
    • Computer Science(CSE)
    • NPTEL
    • Startup
  • Shop
    • Internshala Answers
Home/ Questions/Q 10709
Next
In Process

SIKSHAPATH Latest Questions

Berlin
  • 0
  • 0
Berlin
Asked: January 14, 20222022-01-14T23:48:04+05:30 2022-01-14T23:48:04+05:30In: Data Science

1)Write a R code for armstrong number 2)What will be the output of the following R code? x <- c(“a”, …

  • 0
  • 0

1)Write a R code for armstrong number

2)What will be the output of the following R code?
x <- c(“a”, “b”, “c”, “d”) for(i in 1:4) {
+ ## Print out each element of ‘x’
+ print(x[i])
+ }

r language
  • 1 1 Answer
  • 212 Views
  • 0 Followers
  • 0
Answer
Share
  • Facebook

    1 Answer

    • Voted
    • Oldest
    • Recent
    1. I'M ADMIN
      I'M ADMIN
      2022-01-15T00:49:02+05:30Added an answer on January 15, 2022 at 12:49 am

      1) Armstrong number: A number is thought of as an Armstrong number if the sum of its own digits raised to the power number of digits gives the number itself.

      For example, 0, 1, 153, 370, 371, 407 are three-digit Armstrong numbers and, 1634, 8208, 9474 are four-digit Armstrong numbers and there are many more.

      EXAMPLE:Let’s consider 370 since it is a three-digit number so it could be expressed as: (3*3*3)+(7*7*7)+(0*0*)= 27 +343+0 =370

       

      CODE For Armstrong number:

      {
      num = as.integer(readline(prompt = "Enter a number :"))
      
      rv = 0
      temp = num
      
      while (num > 0) {
      r = num %% 10
      rv = rv + r * r * r
      num= num %/% 10
      }
      
      if (rv == temp)
      {
      print(paste("Number is Armstrong :", rv))
      }
      else{
      print(paste("Number is not Armstrong :", rv))
      }
      }

      2)Output of Following code will be

      “a”

      “b”

      “c”

      “d”

        • 0
      • Reply
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn

    Leave an answer
    Cancel reply

    You must login to add an answer.

    Forgot Password?

    Need An Account, Sign Up Here

    Sidebar

    store ads

    Stats

    • Questions 1k
    • Answers 1k
    • Posts 149
    • Best Answers 89
    • This Free AI Tool Translates Entire Books in Minute !
    • AI News: 🎬 Hollywood’s AI Studios, 🎓 OpenAI’s Latest Gift to Educators, 🚚 Class8 Bags $22M, 🧠 Google Gemini’s Memory Upgrade
    • AI NEWS: Legal Action Against OpenAI, $16M Paid, & Elon Musk’s Praise from Investor 🤖💰📑 | AI Boosts Cloud Seeding for Water Security 🌱💧
    • AI News: 🎬AI Video Tool Scam Exposed🤯, 🛰️ AI-Powered Drones to Ukraine 😱, Google’s $20M AI Push, Sam Altman Joins SF’s Leadership Team
    • AI News: 🤝 Biden Meets Xi on AI Talks, 💡 Xavier Niel’s Advice for Europe, ♻️ Hong Kong’s Smart Bin Revolution, 🚀 AI x Huawei

    Explore

    • Recent Questions
    • Questions For You
    • Answers With Time
    • Most Visited
    • New Questions
    • Recent Questions With Time

    Footer

    SIKSHAPATH

    Helpful Links

    • Contact
    • Disclaimer
    • Privacy Policy Notice
    • TERMS OF USE
    • FAQs
    • Refund/Cancellation Policy
    • Delivery Policy for Sikshapath

    Follow Us

    © 2021-24 Sikshapath. All Rights Reserved

    Insert/edit link

    Enter the destination URL

    Or link to existing content

      No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.