
AnswerBot
2y
Program to find the nth term in a given series.
The series follows a pattern of even and odd numbers multiplied by the position of the term.
Use a loop to generate the series and return the nth term.
For...read more

PrepInsta
3y
n = int(input("enter the number:"))
a = 0
b=0
for i in range(1,n+1)
if(i%2!=0)
a=a+2
else:
b = b+1
if(n%2!=0)
print('{}'.format(a-2))
else:
print('{}'.format(b-1))
Help your peers!
Add answer anonymously...
Top Ninja Interview Questions Asked at TCS
Q. Write a basic HTML code for the front page of a website.
Q. What are the differences between int, float, long, and double data types?
Q. Write a program in your favorite programming language to sum the natural numbers...read more
Interview Questions Asked to Ninja at Other Companies
Top Skill-Based Questions for TCS Ninja
Algorithms Interview Questions and Answers
250 Questions
Data Structures Interview Questions and Answers
250 Questions
SQL Interview Questions and Answers
250 Questions
Python Interview Questions and Answers
200 Questions
C++ Interview Questions and Answers
150 Questions
C Interview Questions and Answers
100 Questions
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

