Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Updated armStrongNumber.c #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Updated armStrongNumber.c #12

wants to merge 1 commit into from

Conversation

Ayush-Bulbule
Copy link

Added separate function for getting it is Armstrong or not.And some comments updated.!!

Added separate function for getting it is Armstrong or not.And some comments updated.!!
/*The number which each number is cube is equal to orignial number then it's called armstrong number.*/
int main()
#include <stdio.h>
/*The number which each digit's cube is equal to orignial number then it's called armstrong number.*/
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Spelling Mistake "orignial"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants