#15 Coding Challenge-3 Part-1 | Java Tutorial Series 📚 in Tamil | Error Makes Clever

Поделиться
HTML-код
  • Опубликовано: 12 дек 2024

Комментарии • 128

  • @Codeo_Phile
    @Codeo_Phile 8 месяцев назад +78

    class Demo{
    public static void main(String[] args) {
    for(int i=1;i

  • @goshikdharan2570
    @goshikdharan2570 5 месяцев назад +32

    public class divisible3and5 {
    public static void main(String args [ ] ) {
    int count = 0;
    for(int i = 1 ; i

  • @nonopno
    @nonopno 8 месяцев назад +7

    Who didn't go college and watch this video to enough 😂😂😂

  • @lalisamanoban839-qk9uf
    @lalisamanoban839-qk9uf 8 месяцев назад +3

    hey bro! can you pls make a video about bootstrap. i saw your html full course video. it was really helpful. please make a video about bootstrap if possible. thank you!

  • @JrMonkeyYT
    @JrMonkeyYT 8 месяцев назад +28

    Broo my ambition is to learn everything about computer (every things means all tech languages etc i wanted to learn all from 0 to infinite) I am seeing computer as art not just a machine or a job . There is no computer without me or without computer I am not there soooo. Please can you lead me the way

    • @shaileshhrm1273
      @shaileshhrm1273 7 месяцев назад +21

      Me in third grade when mam asked what's your ambition

    • @MuhammadAfzal-du8wr
      @MuhammadAfzal-du8wr 7 месяцев назад +1

      ​@@shaileshhrm1273 bro😂😂

    • @ViBucks
      @ViBucks 5 месяцев назад +1

      Learn assembly language instead 💀

    • @JrMonkeyYT
      @JrMonkeyYT 5 месяцев назад

      @@ViBucks whoff

    • @JrMonkeyYT
      @JrMonkeyYT 5 месяцев назад +1

      @shaileshhrm1273 hmm okay look logic

  • @sivaram7690
    @sivaram7690 Месяц назад +1

    2Q) if else condition use pannamaye just input num1=2, and num2=10 and condition slighta alter pannalamla bro ? for printing even number between 1 to 10.
    import java.util.Scanner;
    class hello{
    public static void main(String[] args)
    {
    Scanner scan =new Scanner(System.in);
    System.out.println("Enter the to starting number");
    int a =scan.nextInt();
    System.out.println("Enter the ending number");
    int b=scan.nextInt();
    for(int i=a;i

  • @amnipriya
    @amnipriya 6 месяцев назад +3

    Java Solution:
    public class divisibleBy {
    public static void main(String[] args){
    for (int i=1;i

  • @saikishore1593
    @saikishore1593 4 месяца назад +3

    Java Pattern Problems ku thaniya oru video poduga

  • @ranjithkumar891
    @ranjithkumar891 Месяц назад

    divisible of 3 and 5 between 1 to 100.
    public class test6 {
    public static void main(String[] args)
    {
    int i=1;
    for(i=1;i

  • @impajith732
    @impajith732 2 месяца назад

    Answer code for 5 questions:
    class demo
    {
    public static void main(String args[])
    {
    int count=0;
    for(int i=1;i

  • @Yogesh21-01
    @Yogesh21-01 2 месяца назад

    public class Forloop {
    public static void main(String[] args) {
    for (int i=1;i

  • @menakagopi7699
    @menakagopi7699 8 месяцев назад +1

    Super bro I'm your coding read and study I go to interview python coding explain

  • @boredomeditz
    @boredomeditz 4 месяца назад

    class Divisible
    {
    public static void main(String args[])
    {
    int a=1;
    int b=100;
    for(int i=a;i

  • @KarthikA-h2y
    @KarthikA-h2y 5 месяцев назад +7

    package challenge3;
    // print numbers divisible by 3 and 15 range 1 to 100
    public class q4 {
    public static void main(String[] args) {
    for (int i = 1; i

  • @jilabikutty0925
    @jilabikutty0925 3 месяца назад

    public class Main
    {
    public static void main(String[] args) {
    int a=1;
    int b=100;
    int count=0;
    for(int i=a;i

  • @22Editz-zo2uy
    @22Editz-zo2uy 2 месяца назад

    class numbers {
    public static void main(String[] args) {
    int count=0;
    for(int i=1;i

  • @isha_1123
    @isha_1123 4 месяца назад

    Class demo {
    public static void main (String args[]){
    Int Divisible count =0;
    For( int i=1; i

  • @HarshithaPalani-x4t
    @HarshithaPalani-x4t 2 месяца назад

    public class H {
    public static void main(String[] args) {
    System.out.println("Numbers divisible by both 3 and 5 from 1 to 100 are:");
    // Loop through numbers from 1 to 100
    for (int i = 1; i

  • @rambabugs8895
    @rambabugs8895 2 месяца назад

    public static void main(String[] args) {
    Scanner sc = new Scanner(System.in);
    System.out.println("Enter the starting number : ");
    int startnumber = sc.nextInt();
    System.out.println("Enter the ending number : ");
    int endnumber = sc.nextInt();

    for(int i=startnumber; i

  • @vijayashreegunasekaran5292
    @vijayashreegunasekaran5292 3 месяца назад +1

    class demo{
    public static void main(String args[])
    {
    int count=0;
    for(int i=1;i

  • @Siva32_7
    @Siva32_7 3 месяца назад

    class demo{
    public static void main(String[] args) {
    int oddcount=0;
    for(int i=1; i

  • @moewin9619
    @moewin9619 7 месяцев назад +5

    public class Q6 {
    public static void main(String[] args) {
    System.out.println("Range 1 TO 100 both divisible by 3 and 5");
    for(int i=1;i

  • @arhiarhasudhanselvaraj808
    @arhiarhasudhanselvaraj808 4 месяца назад

    class QA5{
    public static void main(String args[])
    {
    //counting no of odd numbers
    int count=0;
    for(int i=1;i

  • @jerisshj9335
    @jerisshj9335 5 месяцев назад

    Answer foe Q:5
    import java.util.*;
    public class forex2 {
    public static void main (String args[]){
    Scanner in= new Scanner (System.in);
    System.out.println("Enter upper limit and lower limit to print the numbers divisible by 3 and 5");
    int a=in.nextInt();
    int b=in.nextInt();
    for(int i=a;i

  • @PreethiPriyadharshini369
    @PreethiPriyadharshini369 7 месяцев назад

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

    for (int i=1;i

  • @computrons2023
    @computrons2023 4 месяца назад

    public class challenge2{
    public static void main(String args[]){
    for (int i=1;i

  • @thirumurugan1073
    @thirumurugan1073 7 месяцев назад

    public static void main(String[] args) {
    Scanner s = new Scanner(System.in);
    System.out.println("Enter a :");
    int a = s.nextInt();
    s.nextLine();
    System.out.println("Enter b :");
    int b = s.nextInt();

    for (int i = a; i

  • @sridhar0238
    @sridhar0238 6 месяцев назад

    public class Main {
    public static void main(String[] args) {
    for(int i=1;i

  • @jainjain7360
    @jainjain7360 7 месяцев назад

    public class forloopQ4{
    public static void main(String[]args) {
    for(int i=1;i

  • @ramyuvadeeshsargunaraman6370
    @ramyuvadeeshsargunaraman6370 5 месяцев назад

    class hello{
    public static void main(String args[])
    {
    System.out.println("Numbers which are divisble by both 3 and 5");
    System.out.println("Range : 1 to 100");
    for(int i=1;i

  • @lathashris.t364
    @lathashris.t364 2 месяца назад

    Question 5
    import java.util.*;
    class HelloWorld {
    public static void main(String[] args) {
    for(int i=1;i

  • @PooviSuriyan
    @PooviSuriyan 29 дней назад

    public class test3 {
    public static void main(String args []) {
    for(int i=1;i

  • @ManojMmepco
    @ManojMmepco 3 месяца назад

    public class loop2
    {
    public static void main(String args[])
    {
    for ( int i=1; i

  • @sportszone3466
    @sportszone3466 7 месяцев назад

    public class main{
    public static void main(String args[]){
    for(int i=1;i

  • @Praga6802
    @Praga6802 4 месяца назад

    public class Div35{
    public static void main(String args[]){
    int count=0;
    for(int i=1;i

  • @leo__crush
    @leo__crush 4 месяца назад

    import java.util.Scanner;
    class hii {
    public static void main(String args[]){
    Scanner scan = new Scanner(System.in);
    System.out.println("enter the a value");
    int a = scan.nextInt();
    System.out.println("enter the b value");
    int b = scan.nextInt();
    for (int i=a; i

  • @Giridharan23
    @Giridharan23 День назад

    public class Divisibleby3and5 {
    public static void main(String[] args) {
    int count = 0;
    for(int i = 1; i

  • @srinathts6844
    @srinathts6844 8 месяцев назад

    Bro upload video for Abstraction topic in Python

  • @Siva32_7
    @Siva32_7 3 месяца назад

    class demo{
    public static void main(String[] args) {
    for(int i=1;i

  • @lokiloki6611
    @lokiloki6611 5 месяцев назад

    Question 04
    If (i%2!=0)
    Intha condition thappa 16:45

  • @rkff6173
    @rkff6173 7 месяцев назад +2

    Bro leet code explain panninga adha epdi use pannanum ney terla yarukum

  • @KishorSelvaraj
    @KishorSelvaraj 5 месяцев назад

    class demo{
    public static void main(String args[]){
    for(int i=1;i

    • @arimaariharan8907
      @arimaariharan8907 4 месяца назад

      class qq13{public static void main(String args[]){for (int i=1;i

  • @pachaiyappans582
    @pachaiyappans582 6 месяцев назад

    int count=0;
    for(int i=1; i

  • @Sujitha-h1f
    @Sujitha-h1f 7 месяцев назад

    class session{
    public static void main(String args[]){
    for(int i=1;i

  • @harikeshchandraganesh1935
    @harikeshchandraganesh1935 6 месяцев назад

    class fortest{
    public static void main(String args[]){
    for(int i=1;i

  • @shrutinimai3387
    @shrutinimai3387 6 месяцев назад +1

    pls put videos on spring right from scratch

  • @MohamedImran-tx3ur
    @MohamedImran-tx3ur 4 месяца назад

    public class c4q4 {
    public static void main(String[] args) {
    int a = 1;
    int b = 100;
    for(int i=a;i

  • @thangarajthangaraj8666
    @thangarajthangaraj8666 3 месяца назад

    For ( int I=1 ;I

  • @nallarasu5085
    @nallarasu5085 4 месяца назад

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

    for (int i=0;i

  • @vasanthvr7208
    @vasanthvr7208 4 месяца назад

    import java.util.Scanner;
    public class forloop {
    public static void main(String[] args) {
    Scanner scan=new Scanner(System.in);
    System.out.println("number 1 is");
    int a=scan.nextInt();
    System.out.println("number 2 is");
    int b= scan.nextInt();
    for (int i=a; i

  • @arimaariharan8907
    @arimaariharan8907 4 месяца назад

    class qq13{public static void main(String args[]){for (int i=1;i

  • @mohamedharries7687
    @mohamedharries7687 8 месяцев назад

    Bro neenga Spring Spring boot Frame work teach panna mudiyuma bro

  • @PriyankaTamilselvan
    @PriyankaTamilselvan 4 месяца назад

    public static void main(String[] args) {
    Scanner in=new Scanner(System.in);
    System.out.println("enter n");
    int n=in.nextInt();
    for(int i=1 ;i

  • @arundarshanviswanathan5896
    @arundarshanviswanathan5896 5 месяцев назад +1

    class Main
    {
    public static void main(String args[]) {
    for(int i=1;i

  • @worldofgokulan
    @worldofgokulan 2 месяца назад

    for(int i=1; i

  • @muhammed.j9444
    @muhammed.j9444 3 месяца назад +2

    Bro simple ah if (i%2!=0)
    System.out.print("odd number : "+a);
    Kudutha pothum bro 👀

    • @Mangai_11
      @Mangai_11 3 месяца назад +1

      yus i also guess that

  • @kaleeswarinagalingam6649
    @kaleeswarinagalingam6649 5 месяцев назад

    import java.lang.System;
    import java.util.Scanner;
    public class forloop {
    public static void main(String[] args) {
    System.out.println("Enter number 1:");
    Scanner scan=new Scanner(System.in);
    int a=scan.nextInt();
    System.out.println("Enter number 2:");
    int b=scan.nextInt();
    int d=0;
    for(int c=a;c

  • @vigneshwaransuriyamoorthy904
    @vigneshwaransuriyamoorthy904 5 месяцев назад

    public class ran{
    public static void main(String[] args){
    for (int i=1;i

  • @krishharish506
    @krishharish506 6 месяцев назад

    class demo{
    public static void main(String args[])
    {
    for(int i=1;i

  • @rohithh7539
    @rohithh7539 4 месяца назад

    import java.lang.System;
    import java.util.Scanner;
    class Demo {
    public static void main(String[] args) {
    Scanner scan = new Scanner(System.in);
    int count=0;
    for(int i=1;i

  • @sb_edits4495
    @sb_edits4495 3 месяца назад +2

    Can anybody explain why in System.out.println(x:"Number 2");
    X is working what it says

  • @bharaniraja8652
    @bharaniraja8652 8 месяцев назад

    import java.util.Scanner;
    public class Example13{
    public static void main(String args[])
    {
    Scanner scan = new Scanner(System.in);
    int count = 0;
    System.out.print("Enter a : ");
    int a = scan.nextInt();
    System.out.print("Enter b : ");
    int b = scan.nextInt();
    for(int i=a;i

    • @SulaimanRaja-m6o
      @SulaimanRaja-m6o 8 месяцев назад

      Hi bro android studio, Java , programming, panna MacBook air 8gp ram 256 gp ssd enough ah please yaaravathu sollunga

  • @dheepak367
    @dheepak367 Месяц назад +1

    import java.util.Scanner;
    class ifelse
    {
    public static void main(String args[])
    {
    Scanner scan = new Scanner(System.in);
    int a = scan.nextInt();
    int b = scan.nextInt();
    int i;
    for(i=a;i

  • @AishwaryaLakshmi15
    @AishwaryaLakshmi15 4 месяца назад

    import java.util.Scanner;
    public class loop {
    public static void main(String args[])
    {
    int count=0;
    for(int i=1;i

  • @Code_With_Gowtham
    @Code_With_Gowtham 7 месяцев назад

    import java.util.*;
    class HelloWorld {
    public static void main(String[] args) {
    Scanner sc =new Scanner(System.in);
    int a = sc.nextInt();
    int b = sc.nextInt();
    for(a=a ;a

  • @jathu_creation
    @jathu_creation 7 месяцев назад

    public static void main(String[] args)
    {
    for(int i=1; i

  • @Ady_NXT
    @Ady_NXT 4 месяца назад +1

    Odd count loop ku velia podanuma bro

  • @sujathabalu2518
    @sujathabalu2518 5 месяцев назад

    class hello
    {
    public Static void main(String args[])
    {
    int num=0;
    for(int i=1; i

  • @sangeethaajay3515
    @sangeethaajay3515 3 месяца назад

    public class ifprograms {
    public static void main(String[] args) {
    for(int i=1;i

  • @Akash-wk7ph
    @Akash-wk7ph 8 месяцев назад +4

    for(int i=1;i

  • @abishekapiyan
    @abishekapiyan 6 месяцев назад

    import java.util.Scanner;
    class Tutorial {
    public static void main (String args[]) {
    Scanner scan = new Scanner(System.in);
    System.out.print("Enter the initial number: ");
    int min = scan.nextInt();
    System.out.print("Enter the final number: ");
    int max = scan.nextInt();

    int count = 0;
    for(int i = min; i

  • @joefredrick7935
    @joefredrick7935 8 месяцев назад

    Bro make a video about sql server

  • @harish3228
    @harish3228 3 месяца назад

    import java.util.Scanner;
    public class forloop {
    public static void main(String[] args)
    {
    Scanner input=new Scanner(System.in);
    int a=input.nextInt();
    int b=input.nextInt();
    int count=0;
    System.out.println("numbers divisible by 3 and 5 are");
    for(int i=a;i

  • @SanthoshManikandan-z8u
    @SanthoshManikandan-z8u 19 дней назад

    Hi i had doubt on this topic.. i have coded like the same lines code in my style but this code has compiled but this code can't ask num1 and num2 let us giving me a my lines of code in comment section please clarify it:
    import java.util.Scanner;
    class hello{
    public static void main (String args[])
    {
    Scanner scan = new Scanner(System.in);
    int a = scan.nextInt();
    System.out.println("NUMBER 1:");
    int b = scan.nextInt();
    System.out.println("NUMBER 2:");

    for(int i=a;i

  • @Rakesh-j1v9b
    @Rakesh-j1v9b 6 месяцев назад

    import java.util.Scanner;
    public class Main {
    public static void main(String[] args) {
    Scanner get=new Scanner(System.in); System.out.print("Enter the starting range:");
    int a=get.nextInt();
    System.out.print("Enter the ending range:");
    int b=get.nextInt();
    int r=0;
    for(int i=a;i

  • @maridurai117
    @maridurai117 6 месяцев назад

    import java.util.Scanner;
    class fun{
    public static void main(String args[]){
    int count = 0;
    for (int i=1; i

  • @mineshk7548
    @mineshk7548 7 месяцев назад

    Bro Java selenium tester aaga required skill enna and routemap sollubga plz

  • @Jenifer-b4l
    @Jenifer-b4l 5 месяцев назад

    System.out.println("Divisible by 3 and 5 :");
    for(int i=1;i

  • @aktharhanfi6053
    @aktharhanfi6053 4 месяца назад

    public class hello {
    public static void main(String[] args) {
    for (int i = 1; i

  • @dharshini_m8889
    @dharshini_m8889 6 месяцев назад +1

    Bro Java la data structures um nadathunga

  • @devdeva8949
    @devdeva8949 4 месяца назад

    import java.lang.System;
    import java.util.Scanner;
    class HelloWorld {
    public static void main(String[] args) {
    Scanner scan = new Scanner(System.in);
    {
    System.out.println("Enter the num1");
    }
    int a = scan.nextInt();
    {
    System.out.println("Enter the num2");
    }
    int b = scan.nextInt();
    {
    System.out.println("OUTPUT");
    }
    for(int i=a;i

  • @Wolf_Edit0
    @Wolf_Edit0 8 месяцев назад

    Bro python advance level teach pannaunga

  • @012dhakshanar4
    @012dhakshanar4 15 дней назад

    import java.util.*;
    class Main{
    public static void main(String args[]){
    Scanner obj=new Scanner(System.in);
    int a=obj.nextInt();
    int b=obj.nextInt();
    for(int i=5;i>=a && i

  • @Srima1817-tt2qk
    @Srima1817-tt2qk 5 месяцев назад +1

    Bro i got the output
    15
    30
    45
    60
    75
    90
    Is it right ????

    • @arimaariharan8907
      @arimaariharan8907 4 месяца назад

      class q13{
      public static void main(String args[]){
      for (int i=1;i

  • @nvsbflims4624
    @nvsbflims4624 7 месяцев назад +1

    class one {
    public static void main(String[] args) {
    for (int i = 1 ; i

  • @Praga6802
    @Praga6802 4 месяца назад

    3)Count of Odd numbers between 1 to 10:
    public class SampleDemo{
    public static void main(String args[]){
    int count=0;
    for(int i=1;i

  • @azstyles940
    @azstyles940 Месяц назад

    import java.util.Scanner;
    public class demo
    {
    public static void main(String[] args){

    for(int i=1; i

  • @charancherry4034
    @charancherry4034 3 месяца назад

    public class c17 {
    public static void main(String[] args) {
    for(int i=1;i

  • @HariharanB-pz2xj
    @HariharanB-pz2xj 7 месяцев назад

    import java.lang.System;
    import java.util.Scanner;
    class f1{
    public static void main(String[] args)
    {
    Scanner hi = new Scanner(System.in);
    int a = hi.nextInt();
    int b = hi.nextInt();
    int eveco = 0;
    for(int i=a;i

  • @Kishor-qc8fn
    @Kishor-qc8fn 8 месяцев назад

    public class Main {
    public static void main(String[] args) {
    for(int i=0;i

  • @AbinayaGopi-jo5qi
    @AbinayaGopi-jo5qi 5 месяцев назад +1

    Notes link it is not working

  • @Code_With_Gowtham
    @Code_With_Gowtham 6 месяцев назад

    import java.util.*;
    class HelloWorld {
    public static void main(String[] args) {
    Scanner sc =new Scanner(System.in);
    // int a = sc.nextInt();
    // int b = sc.nextInt();
    for( int i =1;i

  • @ManoKarthikeyan-x4m
    @ManoKarthikeyan-x4m 4 месяца назад

    //print the number which are divisible by 3 and 5 , range 1 to 100
    class q18
    {
    public static void main(String[] args)
    {
    for(int i =1;i

  • @DharanishP.r
    @DharanishP.r 7 месяцев назад +1

    import java.util.*;
    class hello{
    piublic static void main(String args[]){
    for (int i=1;i

  • @sckcinemas
    @sckcinemas 7 месяцев назад

    import java.lang.System;
    import java.util.Scanner;
    class hello
    {
    public static void main(String args[])
    {
    Scanner sailesh = new Scanner(System.in);
    for(int i=1 ;i

  • @mufarifarsith2349
    @mufarifarsith2349 8 месяцев назад

    Bro ippah na 12th mudichirukken na graphics designer aaganum enna course eduthu padikanum college la

  • @mohamedarsath4455
    @mohamedarsath4455 4 месяца назад

    import java.util.*;
    class HelloWorld {
    public static void main(String[] args) {
    Scanner sc=new Scanner(System.in);
    int a =1;
    int b=100;
    int count=0;
    for(int i=a;i

  • @manonmanisurespl3638
    @manonmanisurespl3638 4 месяца назад

    import java.util.Scanner;
    class hello
    {
    public static void main(String args[]){
    {
    for(int i=1;i

  • @fluffy280
    @fluffy280 3 месяца назад

    public class for_kr{
    public static void main(String args[]){
    int i;
    for (i=1;i

  • @SumiSumithra-do9ky
    @SumiSumithra-do9ky 3 месяца назад

    package divisible;
    public class divisible {
    public static void main(String[] args) {
    // TODO Auto-generated method stub
    int count=0;
    for(int i=1;i