Ayush Gupta has Published 551 Articles

Program to find Length of Bridge using Speed and Length of Train in C++

Ayush Gupta

Ayush Gupta

Updated on 09-Oct-2020 07:18:58

114 Views

In this problem, we are given the length (L) and speed (S) of the train along with the time taken by it to pass the bridge. Our task is to create a program to find Length of Bridge using Speed and Length of Train in C++.Problem DescriptionWe need to find ... Read More

Program to find N-th term of series 1, 2, 11, 12, 21… in C++

Ayush Gupta

Ayush Gupta

Updated on 09-Oct-2020 07:14:38

76 Views

In this problem, we are given a number N. Our task is to create a program to find N-th term of series 1, 2, 11, 12, 21… in C++.Problem DescriptionTo find the Nth term of the series −1, 2, 11, 12, 21, 22, 111, 112, .... NtermsWe will find the ... Read More

Program to find line passing through 2 Points in C++

Ayush Gupta

Ayush Gupta

Updated on 09-Oct-2020 07:09:53

625 Views

In this problem, we are given coordinates two points A and B on the coordinate plane. Our task is to create a program to find line passing through 2 Points in C++.Problem DescriptionTo find the line, we need to use the equation of the line and put the solution using ... Read More

Program to find minimum number of lectures to attend to maintain 75% in C++

Ayush Gupta

Ayush Gupta

Updated on 09-Oct-2020 07:08:24

916 Views

In this problem, we are given two numbers M and N that denote the total number of classes held till present data and the number of classes attended by the student respectively. Our task is to create a program to find minimum number of lectures to attend to maintain 75% ... Read More

Program to find N-th term of series a, b, b, c, c, c…in C++

Ayush Gupta

Ayush Gupta

Updated on 09-Oct-2020 07:03:01

196 Views

In this problem, we are given a number N. Our task is to create a Program to find N-th term of series a, b, b, c, c, c…in C++.Problem DescriptionTo find the Nth term of the series −a, b, b, c, c, c, d, d, d, d, ....Nterms We need to ... Read More

Program to find N-th term in the given series in C++

Ayush Gupta

Ayush Gupta

Updated on 09-Oct-2020 06:57:04

171 Views

In this problem, we are given a number N. Our task is to create a program to find N-th term in the given series in C++.Problem DescriptionTo find the sum of the given series −1, 1, 2, 3, 4, 9, 8, 27, 16, 81, 32, 243, 64, 729, 128, 2187, ... Read More

Program to find Nth term divisible by a or b in C++

Ayush Gupta

Ayush Gupta

Updated on 09-Oct-2020 06:45:31

484 Views

In this problem, we are given three numbers A, B, and N. Our task is to create a program to find Nth term divisible by A or B in C++.Problem DescriptionThe Nth Term divisible by A or B. Here, we will find the term n number term which is divisible ... Read More

Program to find N-th term of series 0, 0, 2, 1, 4, 2, 6, 3, 8…in C++

Ayush Gupta

Ayush Gupta

Updated on 09-Oct-2020 06:38:22

123 Views

In this problem, we are given a number N. Our task is to create a program to find N-th term of series 0, 0, 2, 1, 4, 2, 6, 3, 8…in C++.Problem descriptionTo find the Nth term of the given series−0, 0, 2, 1, 4, 2, 6, 3, 8 .... ... Read More

Program to find N-th term of series 0, 2,1, 3, 1, 5, 2, 7, 3...in C++

Ayush Gupta

Ayush Gupta

Updated on 03-Oct-2020 09:46:30

107 Views

In this problem, we are given a number N. Our task is to create a Program to find N-th term of series 0, 2, 1, 3, 1, 5, 2, 7, 3...in C++.Problem Description − We are given the Series −0, 2, 1, 3, 1, 5, 2, 7, 3...N TermTo find ... Read More

Program to find N-th term of series 0, 9, 22, 39, 60, 85, 114, 147, …in C++

Ayush Gupta

Ayush Gupta

Updated on 03-Oct-2020 09:43:31

82 Views

In this problem, we are given a number N. Our task is to create a Program to find N-th term of series 0, 9, 22, 39, 60, 85, 114, 147, …in C++.Problem Description − We are given the Series −0, 9, 22, 39, 60, 85, 114, 147, ....NtermsTo find the ... Read More

Previous 1 ... 4 5 6 7 8 ... 56 Next
Advertisements