Computer Science, asked by pmaiti2007, 9 months ago

Write a program in QBASIC to find the sum of the following series: S = X - X 2 /2 + X 3 / 3 – X 4 /4 ..... XN /N
PLEASE ANSWER IT IS FOR TEST?!

Answers

Answered by lucky2980
7

Explanation:

loop n times

conditional statement to control the sum

In place of N in the if condition change it to I.

Attachments:
Similar questions