16 How to delete An Element from an array in java

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Thank you very much! This helped me out a ton on my object array program!

CarlosJimenez-difg
Автор

helpful tutorial, thanks a lot, keep it up 👍👍🙂🙂🙂

SmartProgramming
Автор

Thank you so much, it worked for me :)

aveenfaheem
Автор

thank you but i have another doubt
{how to find the average of n numbers in this we want to ignore small number then find remaining elements average.example: if i gave 1 5 6 77 3 8;
in here ignore 1 and find remaining numbers average.}
can you solve this problem and code is mail me if any one knows the logic comment here....
thank

nagendrababumarri
Автор

Which Compiler or IDE u r using .... ????

nadeemshahzad
Автор

not working
It contains Last element Two time.
i.e. 10, 20, 30, 40, 50 and delete 20 than array is 10, 30, 40, 50, 50

This program display correct value because of last loop is n-1. BUT
actual array is duplicate last value i.e. 10, 30, 40, 50, 50

pranavpandya