Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

help please Output: None 1 #include 2 using namespace std; 3 int main() { int x[5]; int Y[5]; 6 in your code starts here */

help please image text in transcribed
image text in transcribed
image text in transcribed
Output: None 1 #include 2 using namespace std; 3 int main() { int x[5]; int Y[5]; 6 in your code starts here */ 9 * your code ends here / return 0; 0 Submit HIERS In this task, you are required to initialize two one dimensional arrays X and Y based on the user input. Both arrays are integer arrays with 5 elements. The program should print on the screen the elements that appear in array Y but not in array x. In case all the elements in array Y appear in array X then you should print None Program Input: One line contains 10 integers separated by line spaces where the first 5 elements will be stored in array X and the second 5 elements with be stored in array Y. Program Output: One line contains all the elements in array Y but not in array X separated by one space. Sample Testcase 0: Input: 115 14 32 50 78 12 13 14 50 15 Output: 12 13 15 In this task, you are required to initialize two one dimensional arrays X and Y based on the user input. Both arrays are integer arrays with 5 elements. The program should print on the screen the elements that appear in array Y but not in array x In case all the elements in array Y appear in array x then you should print None Program Input: One line contains 10 integers separated by line spaces where the first 5 elements will be stored in array X and the second 5 elements with be stored in array Y. Program Output: One line contains all the elements in array Y but not in array X separated by one space. Sample Testcase 0: Input: 115 14 32 50 78 12 13 14 50 15 Output: 12 13:15

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

3. Explain the forces that influence how people handle conflict

Answered: 1 week ago