Loops in Java : for, while & do-while | Iterative Statements | ICSE Computer

preview_player
Показать описание
Loops or Iterative Statements in Java in Java, Entry Control and Exit Control Loops, with Example for Students of Class 9th 10th 11th & 12th ICSE board, B.Tech, B.E, MCA, BCA, B.Sc., M.Sc.

You can follow/contact us here,

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

It's 2024 and the video is still so helpful. 🙏 Thank you so much for your efforts, sir. 👍😊

SnehaShiju-bwzf
Автор

You know what is irony, these YouTube teachers teach us better then academics, without any money.

Idk_
Автор

Pura 9th nahi samjha tha ab toh bas 15 mins ka vid dekh pura samjh aagaya

syedihtesham
Автор

sir you are the best teacher to explain computer Thanks for being computer teacher are very fortunate 🙏🏼🙏🏼🙏🏼🙏🏼🙏🏼pranam

deeksha-dubey
Автор

Sir, I didn't understood even a single thing in loops but now I can run loops perfectly!!!
Thank you sir

utkarshmalasi
Автор

Jo teachers 1 ghante me nahi samjha paae apne 15 minute me samjha diya.😂😂

beingspiritual
Автор

Sir I think that you are the best computer teacher on YouTube

btsandarmyforever
Автор

import java.util.Scanner;
public class Loop
{
public static void main (String [] args)
{
for( int i =1; i <=100; i++)
{
System.out.println( " THANKS ");
}
}
}

ferrious
Автор

Tommorow is my exam nd i was confused for the topic
U explained very well TNX a lot for ur explanation

salehakhatoon
Автор

You saved me from failing my iterative constructs portion of the exam tomorrow. I am so, so grateful. Thank you so much!

nightshadow
Автор

this man explain things in very short and it can be easily understand, far more better than those long video

karanadhikary
Автор

Thank you sir, you explained this a 100 times better than my school teachers
Edit: Yo guys got 83% in computer 💀

akrama
Автор

This man deserve more the 10 million subscribers ❤❤❤

sid_acousticn
Автор

import java.util.*;
public class lop
{
public static void main ()
{
int i;
for(i=1;i<=10;i--)
{
System.out.println( " THANKS FOR THIS " );
}
}
}

Output: Infinite number of times of THANKS FOR THIS ..

BishalPlays-yxkh
Автор

Your teaching is understanding to everytype of student to undersatnd easily

farmanalisalmani
Автор

The things which I couldn't understand in a year, you explain it in 15 mins sir..and so well, thanks for your help!!!

sakshishelke
Автор

Sir by heart very very thank you, , I not understand computer in hole year but, , now I understand everything in just 15 min, ,,, again sir Thanks, ♥️❣️❤️💜💚💛💙💗

yashsheoran
Автор

You teach so nicely
Teachers like you are so rare

shabihfatima
Автор

His teaching is just fab Thank you so much sir

KRITARTHSINGH-cerk
Автор

I was having a problem in loops and then I came across this video. Now I can do all the loop programs

thedevilgamerz