Question
Hello, Is there a way you can make the output into a double because It doesn't make it into a double. #include ; #include ;
Hello, Is there a way you can make the output into a double because It doesn't make it into a double.
#include
ex: Please enter the integers: 1.3 4 5.2 16.3 9.99 7.21 4.5 7.43 11.21 12.5 q
// shows 10 arrays output: the original array is: {1.3, 4, 5.2, 16.3, ...., 11.21, 12.5 }
//making the second new array and add with the old array
Please enter new integers: 1.5 4.5 9.5 16.5 7.5 11.5 Q
//shows the new array 16 New array is: {1.3, 4, 5.2, 16.3, ...., 11.21, 12.5, 1.5, 4.5, 9.5, 16.5, 7.5, 11.5}
I'm not sure if it makes sense or not.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started