Core Java - Assignment #5 | Core Java | Java Programming |

preview_player
Показать описание
In this video, I have explained about "Core Java - Assignment #5".

Programs explained in this video:
❇️ Print the sum of the integers in an integer array
❇️ Print the average of the integers in an integer array
❇️ Merge two arrays and print the output in the console
❇️ Find the max number from an array and print it along with its index
❇️ Find the min length word from an array and print it along with its index
❇️ Reverse the array and print it in console

🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶🔶

===================================
===================================
Connect me @
===================================
===================================
🙏 Please Subscribe🔔 to start learning for FREE now, Also help your friends in learning the best by suggesting this channel.

#hyrtutorialstelugu #selenium #java #telugu
Java programming by Yadagiri Reddy
Рекомендации по теме
Комментарии
Автор

Anna please meeru videos cheyadam aapoddu ...nenu nijanga chepthunna, meeru java videos telugu lo chaala super ga cheputhunnaru, nenu programs kuda raayagaluguthunnanu, dayachesi continue cheyandi

gopathianil
Автор

I learned arrays from you actually. I was searching for explanation in Telugu because I don’t know it will fix in our mind when we listen class in native languages. You helped a lot many persons like my kind of
Thanks you🤝

lavanya
Автор

Sir your vedios are top in YouTube you are the one of the top most training in world hatsoff sir. Core Java complete cheyandi sir

nsk
Автор

Really it was a good explanation sir...I understood this array concept because of you😊...Thank you sir

settiappalaraju
Автор

Sir course ni stop cheyakandi sir..
Late ayina
Your explanation super sir..

Raju_official
Автор

No words your way of teaching sir 🙏🙏🙏🙏

sravani
Автор

Thank you very much brother 😊. Anna miru cheppedi clear ga ardam avthundi 😊. But coding questions solve cheyalekapothunna anna 😢. Ela improve chesukovali solving skills ni ? Konchem tips cheppandi anna please 😊.

Nikhil_
Автор

Really appreciate your work and the patience you have. It shows how much you have passion towards your teaching.Hope you will continue this and you will definitely get huge fanbase in two telugu states❤❤🎉

udayg
Автор

please do not stop sir.2 months wait chestuney unnam

UmmakaJagadish
Автор

Thank you soo much sir🎉
Second largest number kuda chesanu sir

DanduNavaneethaDandu
Автор

please provide more assignments on this topic sir. This video is very good

surakantidivyanjali
Автор

Your way of teaching is so good anna thank you I miss you

RaghavIndra_vlogs
Автор

Program :
import java.util.Arrays;
import java.util.Scanner;

public class
{
public static void main(String[]args)
{
Scanner sc =new Scanner(System.in);
System.out.println("Please Enter Array1 Size :");
int arr1Size=sc.nextInt();
int[]a= new int[arr1Size];
System.out.println("Please Enter Array1 Values :");
for(int i=0;i<arr1Size;i++)
{
a[i]=sc.nextInt();
}
System.out.println("Enter Array2 Size :");
int arr2Size=sc.nextInt();
int[]b=new int[arr2Size];
System.out.println("Enter Array2 Values :");
for(int i=0;i<arr2Size;i++)
{
b[i]=sc.nextInt();
}
int[]c=new int[a.length+b.length];
for(int i=0;i<a.length;i++)
{
c[i]=a[i];
}
for(int i=0;i<b.length;i++)
{
c[i+a.length]=b[i];
}
System.out.println("Array1 Input is :"+Arrays.toString(a));
System.out.println("Array2 Input is :"+Arrays.toString(b));
System.out.println("Output Array3 is :"+Arrays.toString(c));
int largestNumber = c[0];
int largestNumberIndex =0;
for(int i=0;i<c.length;i++)
{
if(largestNumber<c[i])
{
largestNumber=c[i];
largestNumberIndex=i;
}
}
System.out.println("Largest Number :"+largestNumber);
System.out.println("Largest Number Index :"+largestNumberIndex);
sc.close();
}}



Output:
Please Enter Array1 Size :
4
Please Enter Array1 Values :
67
98
56
68
Enter Array2 Size :
6
Enter Array2 Values :
45
32
167
99
76
150
Array1 Input is :[67, 98, 56, 68]
Array2 Input is :[45, 32, 167, 99, 76, 150]
Output Array3 is :[67, 98, 56, 68, 45, 32, 167, 99, 76, 150]
Largest Number is :167
Largest Number Index is :6


Thank You HYR

akashchittemsetti
Автор

Hello brother, thankyou for your video's do more and more.. video's

Anillkumargallipelli
Автор

సార్, మీది హైలీ mature టీచింగ్. వీడియో ending లో లైక్, షేర్ & సబ్స్క్రయిబ్ వీటితో వీడియో end చేయండి. ప్రజలు కు మెమరీ తక్కువ మంచి (సర్వీస్ ) విషయాలు వేగం గా మర్చిపోతారు.

guntreddidhanunjayanaidu
Автор

thank you soo much sir August annaru alaney pettaru videos but plzz do consider our request please complete core java sir 🙏🙏🙏🙏🙏🙏 we sincerely requesting you sir hope you understand and once again thank you buddy

SureshK-edyi
Автор

Sir plz tell logics 2nd and 3rd max element in the array

RamalakshmiEatakota
Автор

Hi sir can you please suggest any book that consists of list of questions like these provided in the video to try more examples based on the topic both core and advance java

chunduriharitha
Автор

Program motham ela copy chesthunnaru
Pls ans mr

DanduNavaneethaDandu
Автор

bro 5th program lo ippudu nenu input same ga ichanu appudu for example : [hyr, hyr, telugu ]ikkada Naku hyr anedi 2 times print cheyyali appudu em cheyyali bro explain cheyyandi

ECpacharivinay
visit shbcf.ru