Write a program that asks the user for a number n and gives them the possibility to choose between computing the sum and computing the product of 1,…,n.
Answers
Answered by
0
Answer:
#include<stdio.h>
main
int
Explanation:
thanks
Similar questions