Computer Science, asked by Knk1234, 1 month ago

Using switch statement, write a menu driven program to print the following patterns based
upon user's choice:
[15]
.n terms
1. 1-4+9-16+25-36+.
2. x1+x2+x3+x4+...
.+x"
For invalid choice, print appropriate message.

Answers

Answered by coolsakith
0

Answer:

ok ok this is easy for me because I am a Sakith

Explanation:

1-4+9-16+25-36.

=1-13-41-36

=12-08

=4

Similar questions