Problems on Loops - Part 1 | Using Operators | Lecture 8 | Java and DSA Foundation Course

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ม.ค. 2025

ความคิดเห็น •

  • @CollegeWallahbyPW
    @CollegeWallahbyPW  2 ปีที่แล้ว +12

    JAVA Doubt Form
    👉docs.google.com/forms/d/e/1FAIpQLSdcPa59lJTjcMYv9Z_GxViyPJJVKkGk_rB-3ZJmilE5bsInuw/viewform

    • @ffcolax2281
      @ffcolax2281 2 ปีที่แล้ว

      Meri doubt from q nehi fill-up horaha he

    • @rudrapratapmaheshwari7733
      @rudrapratapmaheshwari7733 2 ปีที่แล้ว

      Plz start business analytics and digital marketing course

    • @pramod-p5v
      @pramod-p5v 2 ปีที่แล้ว

      Maim ,please vs code me sikhaiye

  • @ankurtomar7280
    @ankurtomar7280 2 ปีที่แล้ว +32

    I did learn java from lots of teachers and tutorials but no one can match PW. I am in the final year I have already done this but after seeing this tutorial wish to learn again and I doing it again with the same passion.

  • @AdityaKumar-li7sm
    @AdityaKumar-li7sm 4 หลายเดือนก่อน +4

    7:49 Solved it without watching any explanation will now watch it ,but the feeling of accomplishing it without help is really very good 🙂

  • @lakshyasingh7074
    @lakshyasingh7074 หลายเดือนก่อน +2

    a raise to the power b:
    public class a_power_b {
    public static void main(String[] args){
    Scanner sc = new Scanner(System.in);
    System.out.print("Enter base no :");
    int a = sc.nextInt();
    System.out.print("Enter power no :");
    int b = sc.nextInt();
    int c =a;
    for(int i = 1; i

  • @sureshpatel9881
    @sureshpatel9881 4 หลายเดือนก่อน +5

    Ye explanation to kuch nahi he 1 bar ragav sir ka c language me explanation dekho excellent 😮❤❤

    • @Mahii_monster-p9o
      @Mahii_monster-p9o หลายเดือนก่อน

      yes buddy raghav sir is genius

  • @x-menofficial007
    @x-menofficial007 2 ปีที่แล้ว +6

    Thank you ma'am and Thank you PW for Enhance my knowledge.. 🙏🏻🙏🏻🙏🏻

  • @shivinkumargupta6631
    @shivinkumargupta6631 2 ปีที่แล้ว +15

    for reverse of a number , an alternative method is:-
    import java.util.Scanner;
    public class Main {
    public static void main(String[] args) {
    Scanner sc=new Scanner(System.in);

    int num= sc.nextInt();
    String sh=" ";
    while (num>0){
    sh=sh+(num%10);
    num=num/10;
    }
    System.out.println("reverse is:"+sh);
    }
    }

    • @jigglewalasuzzyop2045
      @jigglewalasuzzyop2045 2 ปีที่แล้ว +4

      it will show u error bro u cant use string for num%10 etc operation

    • @amaanullah13
      @amaanullah13 2 ปีที่แล้ว +1

      why are you using string?

    • @kiranrajput_official
      @kiranrajput_official ปีที่แล้ว +2

      ​@@amaanullah13 for connecting the number, String will convert the number into string then it will concating
      If you are used int data type it will perform operation,( it will make addition Of the number)

    • @smarthphutela8876
      @smarthphutela8876 ปีที่แล้ว

      nice buddy its amazing

    • @dhruvpawar3733
      @dhruvpawar3733 7 หลายเดือนก่อน

      kya ukhad liya yeh karke itni hi chul machi hai toh cp karna

  • @hasimhsm9731
    @hasimhsm9731 2 ปีที่แล้ว +6

    Ma'am your way of teaching is superb and your smile also motivates 😁

    • @varijchawla6351
      @varijchawla6351 ปีที่แล้ว

      can you tell from where we can access the assignment for the course as the course doesnt exist on website

  • @mjg8761
    @mjg8761 ปีที่แล้ว +3

    thankyou ma'am you make the questions very easily understandable 🤩

  • @iftekharahmedansri6569
    @iftekharahmedansri6569 ปีที่แล้ว +2

    Sorry to say ma'am! aap question ko sahi se explain kiye bagair code kar ke solve karne lagti ho, sometime samajh hi nahi aata ki aap ne kiya ,our kese kiya ?
    but Raghav sir ke padhane ka tarika bht achcha hai, pehle question ko achche se explain karte hain phir use code kar ke solve karte hain. Raghav sir is The Best Teacher of coding!

  • @Puneetrkd
    @Puneetrkd 7 หลายเดือนก่อน +4

    Reversed Number :
    while(n > 0) {
    System.out.print(n % 10);
    n /= 10;
    }

  • @dhirendrachauhan3287
    @dhirendrachauhan3287 2 ปีที่แล้ว +5

    Awesome Explanation

  • @nikhilnamdeo143
    @nikhilnamdeo143 4 หลายเดือนก่อน

    Maja agay mam iss practice session me 😊thankyou ❤

  • @rupammondal6789
    @rupammondal6789 2 ปีที่แล้ว +1

    Bohut enjoy kr raha hunn... Aur question chahiye maam

  • @Shivshakti-dn4fu
    @Shivshakti-dn4fu 3 หลายเดือนก่อน

    Aapka bahut bahut dhanyabad 🙏🙏🙏🙏🙏

  • @hardikmehta140
    @hardikmehta140 2 ปีที่แล้ว +3

    Day-8 Completed! 😄

  • @apnashankar
    @apnashankar 2 ปีที่แล้ว +3

    Thank you Manvi mam ❤️ well explanation for both beginner student as well as experience.😃 Again thank you 😌

    • @lkfunny2.0
      @lkfunny2.0 2 ปีที่แล้ว +1

      Bhai assistant aur pdf kaise or kaha se download kre please help me

  • @zoro9279
    @zoro9279 ปีที่แล้ว +1

    REVERSE :
    import java.util.Scanner;
    public class LoopQuestions {
    public static void main(String[] args) {
    Scanner sc = new Scanner(System.in);
    int n = sc.nextInt();
    int original = n;
    String reverseDigit = "";
    sc.close();
    while (n > 0) {
    reverseDigit = reverseDigit + n % 10;
    n = n / 10;
    }
    System.out.println("The reverse of the " + original + " is : " + reverseDigit);
    }
    }

  • @prashantrajput379
    @prashantrajput379 ปีที่แล้ว +1

    I definitely learning alot

  • @abhaych1737
    @abhaych1737 2 ปีที่แล้ว +3

    Thanks for lecture

  • @nivijaiswal9751
    @nivijaiswal9751 2 ปีที่แล้ว +1

    Wonderful explanation mam 🥰😘😘😘

  • @jagabandhumaji1014
    @jagabandhumaji1014 2 ปีที่แล้ว +1

    Maam the fist code what ever you're trying is wrong,if I put the no like 000000 then it will show the no of digit is also 0

  • @HARSHAHUJA-jl4zl
    @HARSHAHUJA-jl4zl 4 หลายเดือนก่อน +1

    someone send full link path to assignments

  • @ramanujkumar3050
    @ramanujkumar3050 2 ปีที่แล้ว

    I am seeing that view count is not high but believe me mam I gave up learning java started again only through it thanks mam and carry on

  • @kiranrajput_official
    @kiranrajput_official ปีที่แล้ว

    20:00 when I reversing the number which contains the '0' in starting or ending point,
    The program removing the 0

  • @vickykumarmodi7
    @vickykumarmodi7 9 หลายเดือนก่อน

    01:14 count the number of digits for a given number n

  • @nihalverma4577
    @nihalverma4577 ปีที่แล้ว +1

    Very super lecture 💯/💯

  • @alfajadure7089
    @alfajadure7089 8 หลายเดือนก่อน

    Great work 🎉😊

  • @AdiEditzOfficially
    @AdiEditzOfficially 2 ปีที่แล้ว +3

    Time management kaise kre college (75% attendance) aur coding ke sath

  • @rohanguvera4193
    @rohanguvera4193 2 ปีที่แล้ว

    I loved ur teaching and I love u mam

  • @ravinapatel1234
    @ravinapatel1234 ปีที่แล้ว +1

    Ma'am ❤️☺️

  • @yne2514
    @yne2514 2 ปีที่แล้ว +2

    Thank you mam 😊

  • @chinmayapatra3235
    @chinmayapatra3235 2 ปีที่แล้ว +4

    Mam course Journey open nehi ho rahahye

    • @SoftwareRahul63
      @SoftwareRahul63 2 ปีที่แล้ว

      Login krna padega

    • @AslamShaik
      @AslamShaik 2 ปีที่แล้ว

      Logout and login. It will work

    • @sumittiwari231
      @sumittiwari231 2 ปีที่แล้ว

      logout and then login again

  • @shachisinghal8856
    @shachisinghal8856 2 ปีที่แล้ว +11

    Ma'am assignment of previous class and this class is missing. Please upload soon.

    • @sagarshrivastava9032
      @sagarshrivastava9032 2 ปีที่แล้ว

      Hi , have you solved all questions of previous assignment ???

    • @hackie6600
      @hackie6600 2 ปีที่แล้ว

      Yes , they aren't available

    • @AkashSingh-pw3yb
      @AkashSingh-pw3yb 2 ปีที่แล้ว

      Yes, it's not available now

    • @Ashishkumar-rz4zk
      @Ashishkumar-rz4zk 2 ปีที่แล้ว +1

      Could you please tell in pwskills where I'll get the assignment....
      Actually I'm trying to find but I'm not getting

    • @sujalshsujalsh8769
      @sujalshsujalsh8769 ปีที่แล้ว

      Bhai mughe toh mile hi nahi

  • @anubhavankit7826
    @anubhavankit7826 ปีที่แล้ว

    Maza aa gya....thank u mam

  • @abhayyraz
    @abhayyraz 3 หลายเดือนก่อน

    Good One

  • @srijan15
    @srijan15 ปีที่แล้ว

    Math.pow(a,b); this can also be an alternative.😊

  • @keshavchaudhary6689
    @keshavchaudhary6689 2 หลายเดือนก่อน

    How to access the assignments from pw skills website?

  • @SingwithSuhas
    @SingwithSuhas 2 ปีที่แล้ว +3

    My logic for Reverse digit :
    System..out.println("Enter Number:-");
    int num=sc.nextInt();
    System..out.println("
    Reverse digit:-");
    int remainder=0;
    While(num>0)
    {
    remainder=num%10;
    System..out.println(""+remainder);
    num=num/10;
    }
    Without calculation se bhi ho raha ma'am.. is it ok??

    • @hellobro4246
      @hellobro4246 2 ปีที่แล้ว +1

      you are just printing.this code is valid for this question only

    • @SingwithSuhas
      @SingwithSuhas 2 ปีที่แล้ว

      @@hellobro4246 ok bro

  • @lakshmiganesh7786
    @lakshmiganesh7786 ปีที่แล้ว

    Mam rather than using loops for sum of numbers we can use formula Like sum =(n*(n+1))/2

  • @ayome23
    @ayome23 10 หลายเดือนก่อน

    Very helpful 😍

  • @prasadsalunkhe1104
    @prasadsalunkhe1104 5 หลายเดือนก่อน

    From where and how to download assignment and notes??

  • @focusengineeringclass3249
    @focusengineeringclass3249 2 ปีที่แล้ว +1

    What is difference between break and exit.

  • @Kaiten_FF
    @Kaiten_FF หลายเดือนก่อน

    bhai ye btao kya ye codes javacompiler or vs codes pe run ho rhe h??

  • @kapilrana4043
    @kapilrana4043 2 ปีที่แล้ว +1

    well explained thank you for the lectures

    • @varijchawla6351
      @varijchawla6351 ปีที่แล้ว

      can you tell from where we can access the assignment for the course as the course doesnt exist on website

  • @GurBan_Review
    @GurBan_Review 2 ปีที่แล้ว +1

    Loops ka syntax to aata hai but mam problem solving nhi ho pa rhi ?
    Kya kru

  • @adi1392
    @adi1392 2 ปีที่แล้ว +1

    Mam website par schedule nahi mil raha hai

  • @Gopal8055
    @Gopal8055 2 ปีที่แล้ว +2

    import java.util.Scanner;
    public class _1Loop{
    public static void main(String[] args) {
    Scanner sc = new Scanner(System.in);
    System.out.print("Please enter the number to Revers: ");
    int n = sc.nextInt();
    while(n>0){
    int digits = n%10;
    System.out.print(digits);
    n = n/10;
    }
    }
    }

  • @AnujaChavhan
    @AnujaChavhan 6 หลายเดือนก่อน

    From where to download assignments??

  • @shubhamtawar964
    @shubhamtawar964 2 ปีที่แล้ว

    Thankyou very much ma'am

  • @prashantkumarsingh8203
    @prashantkumarsingh8203 2 ปีที่แล้ว +1

    please solve more ques on factorial series

  • @suheabkhan2546
    @suheabkhan2546 2 ปีที่แล้ว +1

    Awesome

  • @mmd2661
    @mmd2661 2 ปีที่แล้ว +3

    @College Wallah We want DATA Science and mechine learning course at here 🙏

    • @Unknown-pt7ie
      @Unknown-pt7ie 2 ปีที่แล้ว

      Sir we are waiting for Data Analytics course. Date announce ki thi alakh sir ne data analytics course ki, but abhi tak launch nhi hua. Sir please start Data Analytics course as soon as possible 🙏

  • @sportseditz1890
    @sportseditz1890 2 ปีที่แล้ว +1

    Pw isbest

  • @shilpikumari4368
    @shilpikumari4368 2 ปีที่แล้ว

    Thank you

  • @NehaKumari-y5l8c
    @NehaKumari-y5l8c 9 หลายเดือนก่อน +4

    Samajh hi nahi aa raha h notes kaha milega 😢

    • @VinaySingh-k1i
      @VinaySingh-k1i หลายเดือนก่อน

      Noob hai tu

    • @Defaulter0AK47
      @Defaulter0AK47 22 วันที่ผ่านมา

      Khaa milenge notes btao bhai ​@@VinaySingh-k1i

    • @VinaySingh-k1i
      @VinaySingh-k1i 22 วันที่ผ่านมา

      @Defaulter0AK47 khud bana looi

    • @erenyega-nz4yq
      @erenyega-nz4yq 20 วันที่ผ่านมา

      Description me link hain notes ka.

  • @sachinpandey816
    @sachinpandey816 2 ปีที่แล้ว

    push 29:38 but this factorial method does not work >= 17! why ?????? please Answer

    • @deepanshupandey2362
      @deepanshupandey2362 2 ปีที่แล้ว

      As for int range is 4 bytes
      So that's why there is wrong answer
      Use long data type instead you will get correct answer

  • @ffcolax2281
    @ffcolax2281 2 ปีที่แล้ว +1

    Mam PW website nehi hora ha he

  • @sachinimpact3132
    @sachinimpact3132 2 ปีที่แล้ว

    Plz complete all topics

  • @heartbeatff4000
    @heartbeatff4000 2 ปีที่แล้ว +1

    does java work on android ??

  • @adi1392
    @adi1392 2 ปีที่แล้ว +1

    mam next lecture kab aa raha hai

  • @deeppatel8068
    @deeppatel8068 2 ปีที่แล้ว

    Pw skills website pe enroll nahi ho raha hai sir 1 week se try kar raha hu

  • @satishpaul8055
    @satishpaul8055 ปีที่แล้ว

    mam in line No 10 we declare as a*=a , so the out will be = 0 why?

  • @kingedits8103
    @kingedits8103 11 หลายเดือนก่อน

    ye wali batch nhi mil rahi hai abhi app pe

  • @sagarshrivastava9032
    @sagarshrivastava9032 2 ปีที่แล้ว +1

    Mam loops ke problem solve nhi ho rhe mam please doubt pooche ki ek community Bana do

  • @amaanullah13
    @amaanullah13 2 ปีที่แล้ว

    I think in the last answer we can use Math.pow(a,b) as well,right?

  • @dipalipatel8475
    @dipalipatel8475 2 ปีที่แล้ว

    Ma'am reverse no questions me input 340 dalne pe 43 print ho raha h ...0 print nahi ho Raha

  • @priyanshshukla492
    @priyanshshukla492 ปีที่แล้ว

    In last question we can directly use math.pow() function

  • @sahayamit440
    @sahayamit440 9 หลายเดือนก่อน

    I Did it

  • @Unknown-pt7ie
    @Unknown-pt7ie 2 ปีที่แล้ว

    Sir we are waiting for Data Analytics course. Date announce ki thi alakh sir ne data analytics course ki, but abhi tak launch nhi hua. Sir please start Data Analytics course as soon as possible 🙏

  • @hopealive3013
    @hopealive3013 2 ปีที่แล้ว +1

    MY ALTERNATE LOGIC FOR QUESTION 1 ,QUESTION 2
    |
    ""
    ANSWER 1
    import java.util.*;
    class countNum{
    public static void main(String args[]){
    Scanner sc= new Scanner(System.in);
    double num = sc.nextDouble();
    double i ;
    int count =1;
    for(i=10;i0;i/=10){
    extract= num%10;
    System.out.print(extract);
    num/=10;
    }
    }
    }

    • @varijchawla6351
      @varijchawla6351 ปีที่แล้ว +1

      can you tell from where we can access the assignment for the course as the course doesnt exist on website

    • @hopealive3013
      @hopealive3013 ปีที่แล้ว

      ​@@varijchawla6351dude I have enrolled myself in Java with DSA batch at pwskill ap!
      There all the assignments are available!
      Better to enroll just at ₹3000
      It's not only limited to java and dsa
      But system design, front end
      Backend , database, framework and version control!

  • @lakshaygaur3144
    @lakshaygaur3144 2 ปีที่แล้ว +1

    learned a lot in this video

  • @balajidonga4134
    @balajidonga4134 2 ปีที่แล้ว

    Please start the course of data analytics

  • @harsh.969
    @harsh.969 2 ปีที่แล้ว

    Notes are not showing on the website.

  • @Grace2025-v4l
    @Grace2025-v4l 2 ปีที่แล้ว

    please provide assignments from previous and this class

  • @FaizanRaza-qz7io
    @FaizanRaza-qz7io 2 ปีที่แล้ว +1

    ma'am loops se kitna question banaye

  • @gauravbarakoti5067
    @gauravbarakoti5067 2 ปีที่แล้ว +1

    Assignment pls✍️

  • @ajeet4713
    @ajeet4713 ปีที่แล้ว

    I want to count digit in 009 as 3 how to write code for this

  • @Vrinda219
    @Vrinda219 2 ปีที่แล้ว

    Mam Data Structures Bhi Online Class lijiye please 🙏🙏
    Kyoki python to ham book se pad lete hai lekin Data Structures bohot Hard hai.please Data Structures ki bhi Video you tube par daliye please 🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏

  • @aichindimovie8225
    @aichindimovie8225 2 ปีที่แล้ว

    Mam please emphasize on " dry run " of the code.

  • @mayur8142
    @mayur8142 2 ปีที่แล้ว

    ye video ki timing kya thi kis timing pr class ho rhi hai daily koi bta skta hai

  • @thisiscorrect2248
    @thisiscorrect2248 ปีที่แล้ว

    Dear mam
    the solution you providing in not working , when we give the input is greaterthan 10.
    please relove it mam and try it.
    thank you

  • @aos0921
    @aos0921 2 ปีที่แล้ว

    Maam practice karne k liye kaha se quesation dekhu

  • @muzammilomarzoy6616
    @muzammilomarzoy6616 ปีที่แล้ว

    Day 2
    12:40

  • @srinath6335
    @srinath6335 2 ปีที่แล้ว +2

    Mam, please teach the classes in English it will be helpful for whole india and your explanation is too good 👌👌👌but some words can't understand in Hindi because Hindi don't well in south states students so, please understand teach classes in English Mam🙏🙏🙏

    • @apnashankar
      @apnashankar 2 ปีที่แล้ว +4

      Many lectures available in English on TH-cam so you can watch there, and u can also teach Hindi from here 😃,am right or not.

  • @LAVETI-28
    @LAVETI-28 ปีที่แล้ว

    Pls share that notes in that websites

    • @Aman-dh9wz
      @Aman-dh9wz ปีที่แล้ว

      Bro note site pe nhi available hai kya ..??

  • @dhuravkumar9314
    @dhuravkumar9314 ปีที่แล้ว

    mam 20 ke baad me value me - q aa raha hai ....?
    Factorial of 1 : 1
    Factorial of 2 : 2
    Factorial of 3 : 6
    Factorial of 4 : 24
    Factorial of 5 : 120
    Factorial of 6 : 720
    Factorial of 7 : 5040
    Factorial of 8 : 40320
    Factorial of 9 : 362880
    Factorial of 18 : 6402373705728000
    Factorial of 19 : 121645100408832000
    Factorial of 20 : 2432902008176640000
    Factorial of 21 : -4249290049419214848
    Factorial of 22 : -1250660718674968576
    Factorial of 23 : 8128291617894825984
    Factorial of 24 : -7835185981329244160
    Factorial of 25 : 7034535277573963776
    Factorial of 26 : -1569523520172457984
    Factorial of 27 : -5483646897237262336
    Factorial of 28 : -5968160532966932480
    Factorial of 29 : -7055958792655077376
    Factorial of 30 : -8764578968847253504

  • @mathematicalanalysisbyvickysir
    @mathematicalanalysisbyvickysir ปีที่แล้ว

    Thanks mam

  • @Gopal8055
    @Gopal8055 2 ปีที่แล้ว

    import java.util.Scanner;
    public class _1Loop{
    public static void main(String[] args) {
    Scanner sc = new Scanner(System.in);
    System.out.print("Please enter the number you count: ");
    int n = sc.nextInt();
    int count=0;
    while(n>0){
    n = n/10;
    count++;
    }
    System.out.println("Entered digit by you is = "+count);
    }
    }

  • @Ady...9440
    @Ady...9440 5 หลายเดือนก่อน

    Yar muze notes nahi mil rahe anyone help me 😢

  • @rushikeshkakde394
    @rushikeshkakde394 2 ปีที่แล้ว +1

    🔥

  • @saancoachingandtrainingcentre
    @saancoachingandtrainingcentre 2 ปีที่แล้ว +1

    Actually the c++ and java question are same,

  • @saurabhdevgharkar429
    @saurabhdevgharkar429 ปีที่แล้ว

    In reverse number,it's not working for 8520

  • @amansaini7087
    @amansaini7087 2 ปีที่แล้ว

    Playlist mein 10 videos likha aa rahan hain lekin show sirf 8 hi hain aur 2 unavailable videos show ho rahan hain....kisi aur mein bhi ho rahan hain kya ye ???

    • @klutzy_
      @klutzy_ 2 ปีที่แล้ว

      Because 2 videos are hidden

    • @AmAnSaini-hh2qc
      @AmAnSaini-hh2qc 2 ปีที่แล้ว +1

      2 videos hidden hain wo kis lecture ki hain kuch pata hain kisi ko???

  • @code5gwork324
    @code5gwork324 2 ปีที่แล้ว

    Sir and mam please crash course launched DSA in java

  • @sachinimpact3132
    @sachinimpact3132 2 ปีที่แล้ว

    Nice

  • @turnpoint1426
    @turnpoint1426 2 ปีที่แล้ว

    Screen font thoda big kijiye

  • @asish05
    @asish05 2 ปีที่แล้ว

    Full python course please

  • @Gopal8055
    @Gopal8055 2 ปีที่แล้ว

    import java.util.Scanner;
    public class Govind{
    public static void main(String args[]){
    Scanner sc = new Scanner(System.in);
    System.out.print("Enter the number to find power: ");
    int n = sc.nextInt();
    System.out.print("Enter the power: ");
    int n1 = sc.nextInt();
    int pow = 1;
    for(int i=1; i

  • @djrespectindia
    @djrespectindia 2 ปีที่แล้ว

    mam,🙁🙁🙁 please start c language also