Java Loop Control Statements | Break and Continue | Java Course in Tamil | Logic First Tamil

preview_player
Показать описание
Java Playlist,

C Interview program playlist,

C programming in one video,

C programming playlist

C++ Playlist link

English channel link,
Рекомендации по теме
Комментарии
Автор

Thanks mam for teaching in understandable manner .
I'm a mechanical engineering student who thought programming is difficult. But you thought me clearly . Once again thank you. I hope that these videos will help me in my campus placement. 😌🙏

MohanKumar-hemm
Автор

Very cleared and wonderful teaching mam

kalaiyarasankalai
Автор

Thank you so much mam for making this video.

C.Sakthivignesh
Автор

Mam, the last problem can also solve in break statement right?

kalivighneshr
Автор

Akka we can do another way kaa simpler than this, if the no entered is 35 then we can do int r=n%10 // we will get 35%10=5 then we perform subtractiom from n from r and find that value

raffiabasheerahamed
Автор

Q4
class HelloWorld {
public static void main(String[] args) {
System.out.println("");
Lo1:
for(int i=0;i<5;i++){
for(int j=0;j<5;j++){

System.out.println("");
continue Lo1;
}
System.out.print("* ");
}
System.out.println("");
}
}
}

ImaginationTimes-with
Автор

7:17 yours :double n, sum=0.0
But akka
Na : double sum, n =0.0 nu kudu tha
But it shows an error on sum+=n

Why????...

gbramplayer
Автор

Mam ipdiyum podalam illa 😢

import java.util.Scanner;
import java.lang.System;
public class confidents{
public static void main(String arg[]){
Scanner scan = new Scanner (System.in);
System.out.println("Enter num ");
int num = scan.nextInt();
int rem ;
rem = num%10;
int result;
result = num - rem;
System.out.print(result);
}
}

GOKULsince
Автор

Hai. Akka java short notes edukurathuku websites ethum irruntha solla elumaa akka please.

eagleeye
Автор

16:38/17:13
Exercise problem la
4th problem solve panii send panuga mam plzz

PixelPathwayChannel
Автор

Mam for loopla maatum thaan number skip aaguma

muralidharan
Автор

4:
for(int i=1;i<=5;i++){
for(int j=1;j<=5;j++){
if(i==2 &&j==2 ){
break;
}
else if(i==3 && j==4){
break;
}
else if(i==4 && j==2){
break;
}
System.out.print('*');
}
System.out.println();
}
3:
int num=100;
for(int i=1;i<=num;i++){
if(i%4 ==0 && i%6 ==0){
continue;
}

System.out.println(i);
}

Harish_Othman
Автор

Mam oru doubt nested loop na loop kulla loop dhana...inga 'while' kulla 'if' ah use pannirkinga but if loop kedaiyadhu la...conditional constuct dhan?

arivuchelvang
Автор

find the nearest perfect square number greater than n for given n

akka please explain plz send code akka qustion puriyala

madhavanabimanyu
Автор

Akka ne kudutha 4 exercise la 3 ku easy solve panniden.but 2nd ku mattum nanum Evvalvo try panren correctana condition vara maddiku. Enaku therium epdiyum Ne Ans solla matta.but plz give some glue....😩😩😩

manikandanvelayutham
Автор

While la continue use panna number skip agala

muralidharan
visit shbcf.ru