Computer Science, asked by supriyasarkar896, 10 hours ago

write a program in Qbasic to print the sum of the following series S=X+X/2+X/3....n​

Answers

Answered by veeraswamy708
1

Answer:

REM Program for compute triangle area and circumference x=3:y=4:z=5. C=x+y+z. S=C/2. Ar=sqr(s*(s-x)*(s-y)*(s-z)). Print "the circumference is";C.

I hope it May helpful to you ...

Similar questions