0% found this document useful (0 votes)
14 views

3 Java Duplicate An Element Description

Uploaded by

infrontbeing
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

3 Java Duplicate An Element Description

Uploaded by

infrontbeing
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

11/12/2020 3 Java Duplicate an element Description

 Priyadarshi Mrinal .

 Dashboard / Java / Arrays and Strings / Duplicate an element

Description Code Editor Grading view

Duplicate an element

Anju wants to write a Java program to duplicate an element from a set of elements.Get the array size and elements .Get the position of the element to be replicated at the
end of the array.If the position given is greater than the size of an array display the message as "Position is greater than the size of an array".If the size of the array is zero
or lesser then display the message "Invalid array size".Please help her out for solving the above scenario .

Sample Input 1:

Enter the size of an array:

Enter the array elements:

34

56

78

56

90

Enter the position of the element to be replicated:

Sample Output 1 :

34

56

78

56

90

78

Sample Input 2:

Enter the size of an array:

Sample Output 2:

Invalid array size

Sample Input 3:

Enter the size of an array:

Enter the array elements:

12

35

Enter the position of the element to be replicated:

Sample Output 3:

https://accenturelearning.tekstac.com/mod/vpl/view.php?id=1010 1/2
11/12/2020 3 Java Duplicate an element Description

Position is greater than the size of an array


 Priyadarshi Mrinal .

User Notes

Add a note...

Press Enter to save

   

Powered by Tekstac

https://accenturelearning.tekstac.com/mod/vpl/view.php?id=1010 2/2

You might also like