37,50,65...........170
FIND THE SERIES(JAVA BASED )
NO SPAMING........
hermoinegranger7:
java class 8
Answers
Answered by
0
class series1
{
public static void main( )
{
int a = 37, b = 13;
while (a<=170)
{
System.out.println(a);
a = a+ b;
b = b+ 2;
}
}
}
If you found the answer to be helpful, please mark as the brainliest!
Similar questions
Environmental Sciences,
7 months ago
Computer Science,
7 months ago
Hindi,
7 months ago
Math,
1 year ago
Math,
1 year ago