Category: Uncategorized
C++ Program to Find Sum and Average of three numbers
Problem Write a C++ Program to Find Sum and Average of three numbers. Solution Here’s a sample code snippet demonstrating how you can find the sum and average of 3 numbers in C++. Output