Java: String in Tamil -17 -First Non repeated Char Program -தமிழில் ஜாவா -Payilagam -Muthuramalingam

  Рет қаралды 18,002

Payilagam

Payilagam

Күн бұрын

Пікірлер: 10
@ManiKandan-vo2qr
@ManiKandan-vo2qr 4 жыл бұрын
Sir ,This program logic is not working when we have a string like "aabbjgghh" . Because when i =1 and iteration continues , again character ''a' will be unique .
@ManiKandan-vo2qr
@ManiKandan-vo2qr 4 жыл бұрын
Hello sir can you please upload the same program for the integers ? First non repetitive numbers?
@indiantourism975
@indiantourism975 4 жыл бұрын
Thank you Sir
@Manikandan-yd6vf
@Manikandan-yd6vf 4 жыл бұрын
Hai sir...I'm learning java from ur channel ..it is possible to post some videos on java swing concept
@vijayv5459
@vijayv5459 11 ай бұрын
intha program la verum first letter matum tha compare pandranga.... matha letters compare agala..... "welcome " potu patha 'w' matum tha compare aguthu.... could you please correct this program sir..
@wolf_gamer_100
@wolf_gamer_100 5 ай бұрын
Compare two strings sir
@LeoEditx
@LeoEditx 2 жыл бұрын
String la == use pannakudathunu solringa apram y inga use panringa
@aleishavijay4811
@aleishavijay4811 2 жыл бұрын
adhu character a compare panranga. not string
@maheshwaranboomibalan9912
@maheshwaranboomibalan9912 2 жыл бұрын
public class FirstNonRepeatedChar { public static void main(String arg[]) { System.out.println("main method"); String str = "khabcahbcde"; int length = str.length(); for (int i = 0; i < length; i++) { // pass the string boolean isRepeated = false; for (int j = 0; j < length; j++) { // check first non reperated char if(str.charAt(i) == str.charAt(j) && i != j) { isRepeated = true; break; } } if(!isRepeated) { System.out.println(str.charAt(i) + " is not repeated"); break; } } } }
@kesavanakkil6250
@kesavanakkil6250 4 жыл бұрын
Hi
Cheerleader Transformation That Left Everyone Speechless! #shorts
00:27
Fabiosa Best Lifehacks
Рет қаралды 16 МЛН
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
02. Active Directory - Tamil ( Introduction)
15:53
Prasath Devananth
Рет қаралды 28 М.