Closed pratik-choudhari closed 4 years ago
Hi, which language can I code in?
@pratik-choudhari I would like to work on this issue.
Sorry to say @pratik-choudhari , but your question is wrong. If you want to find pth term then the output should be 10 and if you want to find sum of pth terms then the answer would be 30.
So, I am making a pull request for both sum of pth terms and for a single pth term as your output!
My mistake @ankitgoel25, sum and term sounds good! Please specify the language
@vedanthv Python, Java, C, C++
Hi @pratik-choudhari , this is my first time contributing to Hactoberfest and open source as well. I made a pull request for the issue in C++ language. Please review my PR and do tell me if I need to do some corrections. Thank You
Hey I would like to code the python version of it!
I would like to code the solution for this set in JAVA.
Hi @pratik-choudhari , I can take this up in Java.
@DevanshD3 assigned for python, @instareasy assigned for java
Feature ✅
Description
Given mth and nth term of an AP, find the pth term
Example
Format: m n mthterm nthterm p Input: 6 10 12 20 5 Output: 10 Mention programming language while requesting assignment