Java Programming | Ep-2 | Datatypes & Variables | Tamil | code io

preview_player
Показать описание
Datatypes & Variables in Java

Follow us on
Instagram

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

public class Hello_Rider {
public static void main(String[] args) {
byte code_io = 7;
System.out.println(code_io);
}
}

Output:-
7

prathap
Автор

Brooo nega mass bro vera lvl bro nee Java na enna naee theriyama irutha tomorrow exam adhan pakkalam nu vandhan unga video pathathula iruthu romba easya iruku 💓 super uhh teach pannura bro

nmani
Автор

public class Letter_counter {
public static void main(String[] args) {
String word = "code io";
System.out.println("word : " + word);
int count = 0;
for (int i = 0; i < word.length(); i++){
if
count++;
}
System.out.println("Letter count : " + count);
}
}
Output :
word : code io
Letter count : 6

umarfarook
Автор

public class CharacterCount {
public static void main(String[] args) {
// the string
String str = "codeio";

// Count the characters
int count = str.length();

// result
System.out.println("The number of characters in the string 'codeio' is: " + count);
}
}


This program counts the number of characters in the string "codeio" using the length() method and prints the result with System.out.println().

EvilOne-
Автор

public class pro2
{
public static void main(String args[])
{
String str;
str="codeio";
int s=str.length();
System.out.println("the value is :"+s);
}
}

output-6

AswinKumar-xusm
Автор

public class HelloWorld
{
public static void main()
{
String str="codeio";
int count=str.length();
System.out.println(" The length of the string is:" + count );
}
}

minbora-gjnn
Автор

Bro ungala Mari yarum solli kodukala bro tanks to you lot

damagepiece
Автор

Bro amazonwow interview process and preparation from scratch .
And overall process details video please. It's help for many students ✨

reshglitters
Автор

public class Main
{
public static void main(String[] args) {
String a="code io";


}
}

jernassham
Автор

Public class hello world {
Public static void main (String [] args){
Short code_io=7;
System.out.println(code_io);
}
}

jeyasiva
Автор

public class hello {
public static void main (String []args){

}} Bro crt nu sollunga

kutty.....
Автор

Now, I am 18 years old. But I really appreciate your work, you have done a good job, keep it up 👍

mr.lovely
Автор

public class Helloworld {
public static void main(String[] args){
byte first = 7;
System.out.println("code io =" + first);
}
}

MOHAMEDYASSIN-mb
Автор

Bro supera teach pandringa but Tamila explain pannitu English la sentence make panni sollunga bro apotha interview ku innum bettera irukum ✨

sureshkumarmsk
Автор

Int code_io =7
System.out .printin (code_io);

barathkumar
Автор

Could you make video about stack and heap memory.And primitive and Non primitive datatypes in detail.

SangeethSanseetha
Автор

Nice explanation bro ❤️❤️ keep it up bro

jerrymarky
Автор

String c_Name = "code io";
int length = c_Name.length();
System.out.println("Length of the Channel Name - " + length);

Console Output:
Length of the Channel Name - 7

mageshkannappan
Автор

Anna one doubt public static void main (string[]args) idhu edukuna use panrom na ippo tha na ungha videos lam pakkuren easy to understand na

Nithyasri
Автор

Bro oru chinna request adikadi ok ya ok ya nu solradhu matu niruthunga bro😅😅😅

pavithradharshini