Insertion and Deletion in an Array | Arrays in Java | ICSE, ISC Computer

Insertion and Deletion in an Array | Arrays in Java | ICSE, ISC Computer

Amplify Learning - with Alok

4 года назад

49,118 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Poonam p
Poonam p - 13.04.2023 18:07

Great teaching.

Ответить
Aayushi Johari
Aayushi Johari - 21.03.2023 09:34

is this video meant for class 10 icse or class 12 isc

Ответить
Mr d10
Mr d10 - 06.01.2023 02:57

le me here 2hrs before exam .thank u sir to save me😭

Ответить
Programming
Programming - 23.12.2022 10:53

very clearly and systematically explained

Ответить
dilbagh singh
dilbagh singh - 13.12.2022 06:20

code is telling out of bound exception

Ответить
SAKSHAM GAMING FREE FIRE MAX
SAKSHAM GAMING FREE FIRE MAX - 25.11.2022 14:53

Sir aap ne pura program screen pe kaise laya

Ответить
Mitali Mulani
Mitali Mulani - 21.09.2022 21:34

Best explanation ever ✨🌸

Ответить
Physics with Neel~
Physics with Neel~ - 25.07.2022 20:23

in the statement a[i]=a[i-1] after compilation it is showing error and returning to the programming code why this problem is arising can you please help me out????

Ответить
Ark Blade Gaming
Ark Blade Gaming - 06.03.2022 08:23

If anyone needs the maximum of array elements using user defined methods then this program might help you



import java.io.*;
class Maximum_Of_Array_Elements
{
public static void main(String args[])throws IOException
{
InputStreamReader read = new InputStreamReader(System.in);
BufferedReader Br= new BufferedReader(read);
System.out.println("Enter the size of the array ");
int s= Integer.parseInt(Br.readLine());

int a[]=new int[s];
int i,max,pos=0;
for(i=0;i<s;i++)
{
System.out.println("Enter the array element ");
a[i]=Integer.parseInt(Br.readLine());
}
max=a[0];
for(i=0;i<s;i++)
{
if(a[i]>max)
max=a[i];
pos=i;
}
System.out.print("The maximum of array element is = "+max);
System.out.println(" And the maximum number is at position/index = "+pos);
}
}

Ответить
Amna Malik
Amna Malik - 04.01.2022 21:33

Is this code is available at any site?

Ответить
Aryan Baranwal
Aryan Baranwal - 30.11.2021 07:23

Sir plz make video on Insertion Shorting plzzzzzzzzzzzzzzzzzz sir

Ответить
Lost In Space
Lost In Space - 23.10.2021 17:08

What about the OutofBoundsException??

Ответить
Zuhaib ul Hassan
Zuhaib ul Hassan - 19.10.2021 18:19

Thanku Soo Much Sir The Best Explanation Ever on U tube 😇

Ответить
shabahat husain
shabahat husain - 12.10.2021 09:33

After going through so many videos
This has the best explanation

Ответить
Crackhead
Crackhead - 19.07.2021 11:38

I love u sir u are best teacher 🙂🙂🙂🙂🙂🙂🙂🙂🙂🙂🙂 i love u sooo much

Ответить
Chandan Sadhwani
Chandan Sadhwani - 15.02.2021 15:46

Sir can you make a video on object based programs class 12 isc

Ответить
Khushi
Khushi - 19.01.2021 05:48

Best explanation but just count how many times he says so😂😂

Ответить
Kumar Tanay
Kumar Tanay - 12.01.2021 22:37

very nice explanation

Ответить
Soham Datta
Soham Datta - 28.11.2020 10:57

Awesome lecture sir.. 🙏🙏👍🏼Sir plzz do me a favor tell me which software is this, that you are using?!

Ответить
Abdul
Abdul - 29.09.2020 20:52

Sir is deletion, insertion and merging part of array Icse further reduced syllabus.

Ответить
Utkarsh Srivastava
Utkarsh Srivastava - 24.09.2020 15:14

sir you are wrong because you taken the size of array 10 and you have only 5 elements
and while inserting the last value is lost, it is a disadvantage of array.

Ответить
sundar mahadevan
sundar mahadevan - 04.07.2020 11:38

sir can you make a video on merging of arrays

Ответить
KIRTI WARDHAN SINGH
KIRTI WARDHAN SINGH - 07.04.2020 21:31

Brother position is different from index nuber and here you have messed up. If I am wrong then please reply

Ответить
Aryan Gupta
Aryan Gupta - 04.03.2020 05:14

Good explanation.

Ответить
Kamran MD kamran
Kamran MD kamran - 24.02.2020 05:38

How to solve the error of out of bound exception

Ответить
Kamran MD kamran
Kamran MD kamran - 24.02.2020 05:36

Have u got any gold or silver bttn from u-Tube

Ответить
Clay Collins Jaeger
Clay Collins Jaeger - 25.01.2020 18:15

Bar bar array out of bound index exception dikhata hai
How to.solve d problem

Ответить
Smita Rana
Smita Rana - 08.12.2019 08:27

Sir please make a video on binary search

Ответить
pankaj malviya
pankaj malviya - 24.11.2019 08:55

Insertion k output mein jb uski size 5 h to usme insert to honaa chahiye thaa lkn hogyaa kaisee??????

Ответить
sidhant singh
sidhant singh - 28.10.2019 11:00

Thanks

Ответить
Ahsan Siraj
Ahsan Siraj - 13.10.2019 12:07

sir class 11 ke program session ki ek puri series bnaiye

Ответить
just some random guy
just some random guy - 28.09.2019 21:22

Sir previous year questions of icse comp programs plzzzzzzz but i know you will ignore😏😕😞😒😖😡😑

Ответить
Proxima Paul
Proxima Paul - 28.09.2019 13:38

Sir can you make video on operations on array in double dimensional array.

Ответить
Hardik Mohapatra
Hardik Mohapatra - 28.09.2019 13:13

I m first viewer

Ответить