Computer Science, asked by Bhardwajjatin12, 1 year ago

Generate the series
0,4,18,48,100......n terms

Answers

Answered by shardul1925
0
CLS
INPUT"ENTER THE NUMBER OF TERMS";N
FOR I=1 TO N
A={THE GIVEN PATERN}
PRINT A
NEXT I
END

shardul1925: actually. i m nt getting how the series is working
Similar questions