Python Program to Find Sum of Even & Product of Odd Digits of a Number - In Hindi

  Рет қаралды 42,576

codeitup

codeitup

Күн бұрын

Пікірлер: 41
@Poonampahal2317
@Poonampahal2317 4 жыл бұрын
Sir aapke program dekhne sae phle Bahoot video dekhi other youtuber ki per aap jase program clear or kisi video mae nhi hua💯💯💯💯
@codeitup
@codeitup 4 жыл бұрын
Thanks for the complement Balbir ! Keep Learning !
@sidj99
@sidj99 3 жыл бұрын
awesome sir , because of your explanation method i started applying logic and from 0 came to almost 90% for solving problem while applying logic. tx to u sir.
@codeitup
@codeitup 3 жыл бұрын
Thanks & most welcome Siddharth keep learning... God bless you!
@PeakMasterOfficial
@PeakMasterOfficial 5 жыл бұрын
This Video helped me a lot, Thanx Sir .. Now I feel confident about my Exams
@codeitup
@codeitup 5 жыл бұрын
🙏
@BiprajyotiRoy
@BiprajyotiRoy 10 ай бұрын
Best cs teacher I have ever seen!!
@codeitup
@codeitup 10 ай бұрын
😊
@priyanshugupta9892
@priyanshugupta9892 5 жыл бұрын
Excellent Video! Thanks..
@codeitup
@codeitup 5 жыл бұрын
🙏
@zeeshanashraf8906
@zeeshanashraf8906 3 жыл бұрын
Best video for begineers great work👍
@codeitup
@codeitup 3 жыл бұрын
Thanks a lot dear!
@vivekyadav2566
@vivekyadav2566 2 жыл бұрын
gr8 explained ...thnk you 🤩
@codeitup
@codeitup 2 жыл бұрын
Thanks & most welcome!
@ommprakashdas402
@ommprakashdas402 3 жыл бұрын
sir kasam se keh raha hun sir ur work is lit ,.,.,.,.,.,.mera ek dialogue hai .... print("graphic work for sir ") ... and it just for u ....i choosed this because ghraphic card adds beautiness in system similarly its work is graphic for us like NVIDIA 2060
@arpitapandey8645
@arpitapandey8645 Жыл бұрын
Thank you sir..🙏♥️🌼
@codeitup
@codeitup Жыл бұрын
Always welcome!
@anushkasharma7175
@anushkasharma7175 3 жыл бұрын
very nice video please give answer for.......write the product of first 10 natural number using while.
@anuchaturvedi8466
@anuchaturvedi8466 4 жыл бұрын
thanku sir for making a nice video
@codeitup
@codeitup 4 жыл бұрын
Thanks Nema
@punamkumari6972
@punamkumari6972 5 жыл бұрын
Nice program sir
@codeitup
@codeitup 5 жыл бұрын
Thanks Punam
@yogeshrathore4697
@yogeshrathore4697 3 жыл бұрын
very nicely explained sir
@codeitup
@codeitup 3 жыл бұрын
Thanks Yogesh!
@vijaysahal4556
@vijaysahal4556 4 жыл бұрын
nice sir 👍👍👍👍
@codeitup
@codeitup 4 жыл бұрын
Thanks and welcome
@satyaeditz5127
@satyaeditz5127 4 жыл бұрын
Lovely work bro...👍🏻👍🏻👍🏻
@codeitup
@codeitup 4 жыл бұрын
Thank you so much 😀
@atharvawadalkar6135
@atharvawadalkar6135 3 жыл бұрын
i=int(input ("Enter the number")) Sum=0 Prod=1 While(i >0): If i%2==0 Sum=sum+(i %10) i =i //10 else: Prod=(i%10)*prod i=i//10 Print("sum of even digit=",sum) Print("product of odd digit=",prod) Sir ye Q sahi he kya ....plz ans 🙏
@codeitup
@codeitup 3 жыл бұрын
Modified: i=int(input ("Enter the number")) Sum=0 Prod=1 While(i >0): j=i%10 If j%2==0 Sum=sum+j i =i //10 else: Prod=(i%10)*j i=i//10 Print("sum of even digit=",sum) Print("product of odd digit=",prod)
@punamkumari6972
@punamkumari6972 5 жыл бұрын
Please explain prime number program sir
@codeitup
@codeitup 5 жыл бұрын
Sure, just wait for one week.
@LovelyBeachCoast-yj2gp
@LovelyBeachCoast-yj2gp 2 ай бұрын
❤❤❤❤
@neelamtiwari1028
@neelamtiwari1028 4 жыл бұрын
Sir please do my question " write a python program to get the sum of all odd numbered placed number. Input : 19476 Output : 11
@shariqzahid7150
@shariqzahid7150 2 жыл бұрын
Sir, what to do if we have all the digits same. Say 2222 In this case the product is coming out as 1 but it should be 0 since there are no odd digits
@shubhamagarwal19
@shubhamagarwal19 2 жыл бұрын
Hi! How to write this program using a "function"?? Kindly reply.
@pankajlega8862
@pankajlega8862 2 жыл бұрын
#26, video play list me add nahi hai
@ayaazahmad2888
@ayaazahmad2888 3 жыл бұрын
Can't we create 2 while loops.
@aliveisuppose
@aliveisuppose 5 жыл бұрын
can you speak English please?
@codeitup
@codeitup 5 жыл бұрын
Yes I speak, but I make videos for all those Hindi medium students.
@aliveisuppose
@aliveisuppose 5 жыл бұрын
Oh. OK.
Map Filter Lambda Function in Python - In Hindi
15:18
codeitup
Рет қаралды 29 М.
Python Program to Reverse of a Number - In Hindi
9:22
codeitup
Рет қаралды 191 М.
Smart Sigma Kid #funny #sigma
00:33
CRAZY GREAPA
Рет қаралды 37 МЛН
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
37:51
bayGUYS
Рет қаралды 1,1 МЛН
Creative Justice at the Checkout: Bananas and Eggs Showdown #shorts
00:18
Fabiosa Best Lifehacks
Рет қаралды 35 МЛН
Python Program to find Sum of First N Even Numbers - In Hindi
10:59
Python Program to Find Product of Digits - In Hindi
7:47
codeitup
Рет қаралды 65 М.
What staying up all night does to your brain - Anna Rothschild
5:37
25 nooby Python habits you need to ditch
9:12
mCoding
Рет қаралды 1,8 МЛН
Prime Number in Python - In Hindi
10:26
codeitup
Рет қаралды 163 М.
Solve any Series Program in Python
20:15
Simply Coding
Рет қаралды 46 М.
Smart Sigma Kid #funny #sigma
00:33
CRAZY GREAPA
Рет қаралды 37 МЛН