Vote up the answer and support us #python print("Enter the marks of five subjects: ") sub1 = float (input ()) sub2 = float (input ()) sub3 = float (input ()) sub4 = float (input ()) sub5 = float (input ()) total = sub1 + sub2 + sub3 + sub4 + sub5 average = total / 5 percentage = (total / 500) * 100Read more
Vote up the answer and support us
#python
print("Enter the marks of five subjects: ")
sub1 = float (input ())
sub2 = float (input ())
sub3 = float (input ())
sub4 = float (input ())
sub5 = float (input ())
total = sub1 + sub2 + sub3 + sub4 + sub5
average = total / 5
percentage = (total / 500) * 100
print ("\nThe Total marks is: \t", total, "/ 500.00")
print ("\nThe Average marks is: \t", average)
print ("\nThe Percentage is: \t", percentage,"%")
Vote up the answer and show some support cm = input("Enter Length in Centimeter : "); meter = float(cm)/100; kilometer = float(cm) / 100000; print("Length in meter = " ,meter , "m"); print("Length in Kilometer = ",kilometer , "km");
Vote up the answer and show some support
cm = input("Enter Length in Centimeter : ");
meter = float(cm)/100;
kilometer = float(cm) / 100000;
print("Length in meter = " ,meter , "m");
print("Length in Kilometer = ",kilometer , "km");
Go through this link for Answer : https://sikshapath.in/question/what-is-the-value-of-variable-count-at-the-end-of-execution-int-count0-for-int-i1-i5-i/
Write a program to enter marks of five subjects and calculate total, average and percentage.
Vote up the answer and support us #python print("Enter the marks of five subjects: ") sub1 = float (input ()) sub2 = float (input ()) sub3 = float (input ()) sub4 = float (input ()) sub5 = float (input ()) total = sub1 + sub2 + sub3 + sub4 + sub5 average = total / 5 percentage = (total / 500) * 100Read more
Vote up the answer and support us
See lessWrite a program to enter length in centimeter and convert it into meter and kilometer, and also convert the same into Equivalents
Vote up the answer and show some support cm = input("Enter Length in Centimeter : "); meter = float(cm)/100; kilometer = float(cm) / 100000; print("Length in meter = " ,meter , "m"); print("Length in Kilometer = ",kilometer , "km");
Vote up the answer and show some support
See lessWhat is the value of variable count at the end of execution?
Go through this link for Answer : https://sikshapath.in/question/what-is-the-value-of-variable-count-at-the-end-of-execution-int-count0-for-int-i1-i5-i/
Go through this link for Answer :
See lessCreate a worksheet which elaborates the different transmission medias and steps to create the connector to make a ethernet connection …
ALLOW NOTIFICATION BELL TO GET THE LATEST UPDATES : VOTE UP ANSWER AND SUPPORT US: JUST TAP ON THE BELOW ATTACHMENT TO GET THE ANSWER:
ALLOW NOTIFICATION BELL TO GET THE LATEST UPDATES :
VOTE UP ANSWER AND SUPPORT US:
JUST TAP ON THE BELOW ATTACHMENT TO GET THE ANSWER:
See lessCommunication between computer and a keyboard involves _____ transmission.
ANSWER: SIMPLEX
ANSWER: SIMPLEX
See less__________ consists of a central conductor and a shield. Coaxial Fiber-optic Twisted-pair none of the above
ANSWER: Coaxial
ANSWER: Coaxial
See less