Sign Up

Have an account? Sign In Now

Sign In

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

Sorry, you do not have permission to ask a question, You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here
Sign InSign Up

SIKSHAPATH

SIKSHAPATH Logo SIKSHAPATH Logo

SIKSHAPATH Navigation

  • Home
  • Questions
  • Blog
    • Computer Science(CSE)
    • NPTEL
    • Startup
  • Shop
    • Internshala Answers
Search
Ask A Question

Mobile menu

Close
Ask A Question
  • Home
  • Questions
  • Blog
    • Computer Science(CSE)
    • NPTEL
    • Startup
  • Shop
    • Internshala Answers
  • About
    1. Asked: February 16, 2022In: Python

      Write a  program to enter marks of five subjects and calculate total, average and percentage.

      I'M ADMIN
      I'M ADMIN
      Added an answer on February 16, 2022 at 6:45 pm
      This answer was edited.

      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,"%")
      See less
        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    2. Asked: February 16, 2022In: Python

      Write a program to enter length in centimeter and convert it into meter and kilometer, and also convert the same into Equivalents

      I'M ADMIN
      I'M ADMIN
      Added an answer on February 16, 2022 at 6:43 pm

      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");
      See less
        • 4
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    3. Asked: February 15, 2022In: C++

      What is the value of variable count at the end of execution?

      I'M ADMIN
      I'M ADMIN
      Added an answer on February 16, 2022 at 1:56 pm

      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 :

      What is the value of variable count at the end of execution? int count=0; for (int i=1; i<=5; i++) { …

      See less
        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    4. Asked: February 15, 2022In: Computer Science

      Create a worksheet which elaborates the different transmission medias and steps to create the connector to make a ethernet connection …

      I'M ADMIN
      Best Answer
      I'M ADMIN
      Added an answer on February 16, 2022 at 11:48 am

      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 less
      Attachment

        • 7
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    5. Asked: February 15, 2022In: Computer Science

      Communication between computer and a keyboard involves _____ transmission.

      I'M ADMIN
      I'M ADMIN
      Added an answer on February 16, 2022 at 10:45 am

      ANSWER: SIMPLEX

      ANSWER: SIMPLEX

      See less
        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    6. Asked: February 15, 2022In: Computer Science

      __________ consists of a central conductor and a shield. Coaxial Fiber-optic Twisted-pair none of the above

      I'M ADMIN
      I'M ADMIN
      Added an answer on February 16, 2022 at 10:43 am

      ANSWER: Coaxial

      ANSWER: Coaxial

      See less
        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    1 … 81 82 83 84 85 … 122

    Sidebar

    store ads

    Stats

    • Questions 1k
    • Answers 1k
    • Posts 149
    • Best Answers 89
    • This Free AI Tool Translates Entire Books in Minute !
    • AI News: 🎬 Hollywood’s AI Studios, 🎓 OpenAI’s Latest Gift to Educators, 🚚 Class8 Bags $22M, 🧠 Google Gemini’s Memory Upgrade
    • AI NEWS: Legal Action Against OpenAI, $16M Paid, & Elon Musk’s Praise from Investor 🤖💰📑 | AI Boosts Cloud Seeding for Water Security 🌱💧
    • AI News: 🎬AI Video Tool Scam Exposed🤯, 🛰️ AI-Powered Drones to Ukraine 😱, Google’s $20M AI Push, Sam Altman Joins SF’s Leadership Team
    • AI News: 🤝 Biden Meets Xi on AI Talks, 💡 Xavier Niel’s Advice for Europe, ♻️ Hong Kong’s Smart Bin Revolution, 🚀 AI x Huawei

    Explore

    • Recent Questions
    • Questions For You
    • Answers With Time
    • Most Visited
    • New Questions
    • Recent Questions With Time

    Footer

    SIKSHAPATH

    Helpful Links

    • Contact
    • Disclaimer
    • Privacy Policy Notice
    • TERMS OF USE
    • FAQs
    • Refund/Cancellation Policy
    • Delivery Policy for Sikshapath

    Follow Us

    © 2021-24 Sikshapath. All Rights Reserved