#16 Array & Common Array Mistakes in Java Explained | In Tamil | Java Tutorial Series | EMC Academy
ฝัง
- เผยแพร่เมื่อ 21 พ.ย. 2024
- Watch as we dive into the intricacies of Java arrays, uncovering common mistakes and how to avoid them. Perfect for Tamil-speaking beginners and seasoned programmers alike! Join us on EMC Academy for another insightful tutorial in our Java series. #JavaTutorial #TamilProgramming #EMCAcademy
Java in Tamil.
Join our 700K+ Instagram community
www.instagram....
Guys, I'm only talking about arrays in this video. I'll keep things easy to understand, especially for beginners. I won't go into complicated topics right away, that is why I avoid explaining few things. I'll cover the more complex stuff later on to keep things clear and simple.
Okay bro, you're a teacher you know everything 😘
Ok anna 😅 super a teach panringa ungalalatha Java mela enaku interest vanthuthu thank you...❤❤
Anna practice pandrathuku app sollunga na website LA work agalla illana website LA eppadi practice pannanum nu oru vedio podunga naa
Bro sonnathaye.....thirupi thirupi sollathinga bro......
Java with spring boot class edukkirangala brother your instuite please reply brother I want to join
Bro views kammiya varuthunu java video poodama irukaatha bro nalla solli tharenga bro
We are looking for Django tutorials in Tamil, and your teaching was excellent for everyone to comprehend clearly. Please continue and best of luck.
Ithu varaikum ellam videos um paathen bro..ungalala tha Naa java learn pannen ❤thank you
Glad to Hear, You're welcome.
Bro plz dont stop uploading videos on java ❤
//Program to add numbers in array using for-loop
import java.util.Scanner;
public class sample_array {
public static void main(String[ ] args) {
int [ ] arr = new int[5];
Scanner scan = new Scanner(System.in);
arr[0] = scan.nextInt();
arr[1] = scan.nextInt();
arr[2] = scan.nextInt();
arr[3] = scan.nextInt();
arr[4] = scan.nextInt();
int result = 0;
for(int i=0; i< arr.length;i++) {
result = arr[i] + result;
}
System.out.println(result);
}
}
Bro upload 100 +videos On this series,!!
👇
Clear explanation bro
Multidimensional array explain pannunga anna
Bro.. Java la oru project video podunga...
Anna please c++ pathi podunga please please 🥺
Neenga super aa solli tharinga please 🥺
@ErrorMakesClever - waiting for upcoming tutorials for Java
@errormakesclever Hi bro, please continue the SQL course, its helpful to learn and practice, if the course is completed let me know, Thanks
package practice_java;
import java.util.Scanner;
public class pathway{
public static void main(String[] args) {
for(int i=1;i
இன்டைல இருந்து நீங்க தான் என் குரு நீங்க சீடனாக எற்றுபீங்களா❤
Thanks a lot bro ✨️
No problem 👍
Java One video la fulla ha podunga bro
hlo bro can u teach command line arguments in java
Java oops concept explain panuka
public class Main {
public static void main(String[] args) {
for (int i=1; i
Type casting concept podunga bro, please
Bro please do a vedio about python projects.
I need projects for resume.
Pls say abouts python programming projects which project is better to add in resume, and also it should be in intermediate level.
Pls bro
Thanks bro
Welcome
Bro how to get array in input method please explain
Thank you anna❤
You're Most Welcome
package Java;
public class Main {
public static void main(String[] args) {
for (int i =1 ; i
Sir Do u have any online class for full stack web development..
For Course Enquiry: errormakesclever.com/fullstack-course
Our team will get back to you shortly
Bro array and array list ku differents solluga
bro and sir ;
elumda encapsulation,inheritanse,constructer,jframe consupt ellathiyum thani thaniya discuss panni idhukku munne neege potte videos maari thare elumaa ????
end java basic consupt solli thandedhukku rombe rombe tnx......
bro neenga lenovo laptop thana use pannureenga
include time stamps brother
bro react video podughaa
Yes react tutorial podunga bro
Hi bro please post videos for react js please please bro
import java.util.*;
class HelloWorld {
public static void main(String[] args) {
Scanner sc=new Scanner(System.in);
int a=sc.nextInt();
int n=sc.nextInt();
int sum=0;
for(int i=a;i
angular upload pannu ga bro
Bro you are teaching like a school student..plz teach for college student
videos upload panuga john
Bro evalamuva ennum Java patti update pannunka
Php la podamataingala
🎉
Bro data science full explanation podunga bro please
👍🏻👍🏻👍🏻
jilooo
@15:16
my code:
import java.util.Scanner;
class q1
{
public static void main(String args[])
{
int play[] = new int[5];
Scanner scan = new Scanner(System.in);
System.out.println("Enter data for 5 places");
play[0]= scan.nextInt();
play[1]= scan.nextInt();
play[2]= scan.nextInt();
play[3]= scan.nextInt();
play[4]= scan.nextInt();
System.out.println("Total is "+play[0]+play[1]+play[2]+play[3]+play[4]);
}
}
output:
Total is 11111
why is it not giving me the total sum as 5?
System.out.println("The total is : "+(playlist[0]+playlist[1]+playlist[2]+playlist[3]+playlist[4]));
@@becool2128 please check properly, it is there.
Try this >>>int[] play = new int[5];
i like to java learn with you bro . thank lot
import java.util.Scanner;
public class bus {
public static void main(String[] args){
String[] namelist= new String[5];
Scanner dome=new Scanner(System.in);
System.out.print("Enter the name:");
namelist[0]=dome.nextLine();
System.out.print("Enter the class:");
namelist[1]=dome.nextLine();
System.out.print("Enter the roll no:");
namelist[2]=dome.nextLine();
System.out.print("Enter the Email:");
namelist[3]=dome.nextLine();
System.out.print("Enter the skill :");
namelist[4]=dome.nextLine();
System.out.println("Thank you for, check you information");
System.out.println("Name:"+namelist[0]);
System.out.println("class:"+namelist[1]);
System.out.println("roll no:"+namelist[2]);
System.out.println("Email:"+namelist[3]);
System.out.println("Skill:"+namelist[4]);
}
}
Bro two dimensional array explain pannuga
Thanks bro
You' re most welcome