python program to check eligibility for voting | Learn Coding

preview_player
Показать описание
Python Download & Install video Link👇👇

Please Subscribe our Channel...!
Learn Coding
🙏🙏🙏

Like our Facebook Page....!
Learn Coding

Don't forget to tag our Channel...!
#LearnCoding
#PythonProgramming
#pythonsprograms
#ifcondition
#ifelsestatement
#ifstatement
#ask4help

Speaker 🔊:- Akhilesh
Editing ✂️ :- Ankush

----------------------------
Thank You 😊
----------------------------
Рекомендации по теме
Комментарии
Автор

Please continue web development series 🙏

sid
Автор

Bhai python chalne do yaar mera is saal python hi hai
Thank you so mich sir for great vidio all in your's channel🙏

aven
Автор

please make full programming videos with lots of programming questions from basic to advance in python

ratneshwarsingh
Автор

Sir manual testing and automation testing pe full course bana dhije pls sir aap ka pachane ka tarika bahot accha he pls testing pe full course video bana dhije pls sir request

moviesearch
Автор

Please java me special no., Sum series, spy number ka program batao

Agent-ehbg
Автор

sir upload video for java 8 features, lambda, junit

manishpathak
Автор

Sir C# ka Logical Program playlist banaye plz, APKE CAHNNEL ME C, C++, JAVA, PYTHON hai SIRF C# aur Java script ka Logical Program playlist nahi hai banaye plz jaldi Waiting for it..

rohitpatel
Автор

Sir bca k baad IT companies me kis role k liy apply Krna chahiy ? Please reply sir

prachikumari
Автор

Hello sir python ki complete classes kb tk hojaenge?

hafizwaqas
Автор

# simple time showing code in py

import time
t=time.ctime()
print(t)

sonunarwade
Автор

Sir Lakin me agar age dalta hu to o muje wapas se age print karke de raha hai Please sir solution batayiye🙏🙏🙏🙏🙏

Shrinath
Автор

I', m losing my "confidence'' hum itni mehnt krte hai"coding" pr lekin
koi chote you tuber ko support ni krta sb stars ko krte bs😩🙏😞

CodewithRSV
Автор

#include <stdio.h>

int main()
{
float amt, total_amt, sur_charge;
int unit[5], i;
printf("enter the unit consumed of 5 costomer's");
for(i=0;i<5;i++)

scanf("%d", &unit[i]);

if(unit[0]<=50)
amt=unit[0]*3.50;
else if(unit[0]<=150)
amt=25+((unit[0]-50)*4.00);
else if(unit[0]<=250)

else

sur_charge=amt*0.20;
total_amt=amt+sur_charge;
printf("electricity bill=RS%f\n", total_amt);


if(unit[1]<=50)
amt=unit[1]*3.50;
else if(unit[1]<=150)
amt=25+((unit[1]-50)*4.00);
else if(unit[1]<=250)

else

sur_charge=amt*0.20;
total_amt=amt+sur_charge;
printf("electricity bill=RS%f\n", total_amt);


if(unit[2]<=50)
amt=unit[2]*3.50;
else if(unit[2]<=150)
amt=25+((unit[2]-50)*4.00);
else if(unit[2]<=250)

else

sur_charge=amt*0.20;
total_amt=amt+sur_charge;
printf("electricity bill=RS%f\n", total_amt);



if(unit[3]<=50)
amt=unit[3]*3.50;
else if(unit[3]<=150)
amt=25+((unit[3]-50)*4.00);
else if(unit[3]<=250)

else

sur_charge=amt*0.20;
total_amt=amt+sur_charge;
printf("electricity bill=RS%f\n", total_amt);



if(unit[4]<=50)
amt=unit[4]*3.50;
else if(unit[4]<=150)
amt=25+((unit[4]-50)*4.00);
else if(unit[4]<=250)

else

sur_charge=amt*0.20;
total_amt=amt+sur_charge;
printf("electricity bill=RS%f\n", total_amt);
}

hamad.x