Asked inTCS,Ninja

Given the series: 0, 0, 2, 1, 4, 2, 6, 3, 8, 4, 10, 5, 12, 6, 14, 7, 16, 8, write a program to find the nth term in this series.

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
author
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!
Select
Add answer anonymously...

TCS Ninja interview questions & answers

A Ninja was asked 1mo agoQ. What are the differences between int, float, long, and double data types?
A Ninja was asked 1mo agoQ. Write a program in your favorite programming language to sum the natural numbers...read more
A Ninja was asked 1mo agoQ. Who is the current CEO of TCS?

Popular interview questions of Ninja

A Ninja was asked 1mo agoQ1. What are the differences between int, float, long, and double data types?
A Ninja was asked 1mo agoQ2. Write a program in your favorite programming language to sum the natural numbers...read more
A Ninja was asked 1mo agoQ3. Who is the current CEO of TCS?

Top HR questions asked in TCS Ninja

A Ninja was asked 4mo agoQ1. What projects have you worked on?
A Ninja was asked 5mo agoQ2. Are you willing to relocate to any other part of the country?
A Ninja was asked 5mo agoQ3. Are you comfortable working night shifts?
TCS Ninja Interview Questions
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
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

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter
Profile Image
Hello, Guest
AmbitionBox Employee Choice Awards 2025
Winners announced!
awards-icon
Contribute to help millions!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos
Add office benefits
Add office benefits