Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Summation of loops #10

Open
champaksworldcreate opened this issue Aug 23, 2021 · 1 comment
Open

Summation of loops #10

champaksworldcreate opened this issue Aug 23, 2021 · 1 comment

Comments

@champaksworldcreate
Copy link
Contributor

champaksworldcreate commented Aug 23, 2021

  1. Find the sum of 1st n numbers
  2. Find factorial of a number
  3. Print the Fibonacci series both forward and reverse
  4. Find x to the power y
  5. Calculate the square root of a number
  6. Find e to the power x
  7. Find sin(x) and Cos (x)
  8. Find Prime numbers
@Shivamgupta7238
Copy link

Find x to the power y
x=2, y=3
2 to the power 3
222
run a loop from 1 to y
multiply x

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

No branches or pull requests

2 participants