Question: l want solve this 1. Write a program in C++ to swap two numbers. Sample Output: Input 1st number: 25 Input 2nd number: 39 After
l want solve this 
1. Write a program in C++ to swap two numbers. Sample Output: Input 1st number: 25 Input 2nd number: 39 After swapping the 1st number is: 39 After swapping the 2nd number is: 25 2. Write a program in C++ to calculate the volume of a sphere. Sample Output: Input the radius of a sphere: 6 The volume of a sphere is: 904.32
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
