1-write c++ program that read 10 numbers and print their sum, average, maximum, and minimum.
2-write a program that finds all number, dividable by 3 or 4 ranges from 1 to n .
3- write a program to calculate n! where n! =n * (n-1) * (n-2) * ...*(2) * (1).
Write c++ program that read 10 numbers
2-write a program that finds all number, dividable by 3 or 4 ranges from 1 to n .
3- write a program to calculate n! where n! =n * (n-1) * (n-2) * ...*(2) * (1).
This Question is not yet answered!
Related Answered Questions
Related Open Questions