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: June 11, 2022In: Software Engineering

      1. Identify an appropriate online software or tool that they …

      I'M ADMIN
      I'M ADMIN
      Added an answer on June 12, 2022 at 1:01 pm

      Follow the below link for the answer: https://sikshapath.in/question/1-identify-an-appropriate-online-software-or-tool-that-they-2/

      Follow the below link for the answer:

      1. Identify an appropriate online software or tool that they …

      See less
        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    2. Asked: June 11, 2022In: Software Engineering

      1. Identify an appropriate online software or tool that they …

      I'M ADMIN
      I'M ADMIN
      Added an answer on June 12, 2022 at 12:59 pm

      Q./Identify an appropriate online software or tool that they can use to work on the same project template for documentation? Answer: Software documentation is the process of creating and maintaining any form of informational support for a software application. It may be in the form of text documentsRead more

      Q./Identify an appropriate online software or tool that they can use to work on the same project template for documentation?

      Answer:

      Software documentation is the process of creating and maintaining any form of informational support for a software application. It may be in the form of text documents, images, video, or audio recordings. The purpose of documentation varies; it may be intended for designers, developers, clients, or end-users of the software application.

      Document360 is a documentation tool that helps companies in the process of software development by providing support with their processes and workflows.

       

      Describe in detail how they can use the tool or software / tool.

       

      Document360 provides support in the process of software development by helping companies with their processes and workflows. This documentation tool supports projects from conception to deployment, showing everyone on the team what’s coming next, who’s working with what, and when it’s due. Document360 is an innovative product designed to manage your documents.

      See less
        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    3. Asked: June 12, 2023In: C++

      Shoprite is a grocery shop that has outlets nationwide. They give discounts to customers …

      I'M ADMIN
      I'M ADMIN
      Added an answer on June 12, 2022 at 12:52 pm
      This answer was edited.

      CODE: //VISIT SIKSHAPATH.IN FOR MORE #include<iostream> using namespace std; int main() { int qty,price; float discount,total; cout<<"Enter Quatity:"; cin>>qty; cout<<"Enter the Price:"; cin>>price; if(qty<20) discount=0; else if(qty<30) discount=0.1; else if(qtyRead more

      CODE:

      //VISIT SIKSHAPATH.IN FOR MORE
      #include<iostream>
      using namespace std;
      
      int main()
      {
      int qty,price;
      float discount,total;
      cout<<"Enter Quatity:";
      cin>>qty;
      cout<<"Enter the Price:";
      cin>>price;
      if(qty<20)
      discount=0;
      else if(qty<30)
      discount=0.1;
      else if(qty<40)
      discount=0.15;
      else if(qty<50)
      discount=0.2;
      else
      discount=0.3;
      total=qty*price;
      discount=discount*total;
      cout<<"Total amount used:"<<total<<endl;
      cout<<"Eligibile discount:"<<discount<<endl;
      total=total-discount;
      cout<<"Grand Total:"<<total<<endl;
      }

      Follow us on Social Media
      twitterwhatsapp
      See less
        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    4. Asked: June 10, 2022In: C++

      Design a program that displays a table of the Celsius …

      I'M ADMIN
      I'M ADMIN
      Added an answer on June 10, 2022 at 5:40 pm

      Follow Us on Instagram and Join Telegram for more updates and queries: [spbsm-follow-buttons]   Answer: CODE: //Visit Sikshapath.in for more #include <iostream> #include <iomanip> using namespace std; int main() { float f = 0; cout << setprecision(1) << fixed; //sets 1 dRead more

      Follow Us on Instagram and Join Telegram for more updates and queries:

      Follow us on Social Media
      twitterwhatsapp

       

      Answer:

      CODE:

      //Visit Sikshapath.in for more
      
      #include <iostream>
      #include <iomanip>
      
      using namespace std;
      
      int main()
      {
      float f = 0;
      cout << setprecision(1) << fixed; //sets 1 decimal place (fixed makes it decimals instead of digits)
      cout << "Celsius\t\tFahrenheit" << endl;
      for( int i = 0; i <= 20; i += 1 ) 
      {
      f=(i*1.8)+32;
      
      cout << i << "\t\t" << f << endl;
      }
      return 0;
      }
      See less
        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    5. Asked: June 10, 2022In: Computer Science

      Each application program has a ___ that distinguishes it from …

      I'M ADMIN
      I'M ADMIN
      Added an answer on June 10, 2022 at 1:39 pm

      ip address

      ip address

      See less
        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    6. Asked: May 18, 2022In: Mathematics

      Given f(x,y)= 8xy, when 0<=x<=1, 0<=y<=x and f(x,y)=0 elsewhere, find …

      I'M ADMIN
      I'M ADMIN
      Added an answer on May 24, 2022 at 9:55 pm

      Go through the below link for Answer: https://sikshapath.in/question/question-1-2-points-given-fxy-8xy-when-0x1-0yx/

      Go through the below link for Answer:

      Question 1 2 Points Given f(x,y)= 8xy, when 0<=x<=1, 0<=y<=x …

      See less
        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    1 … 9 10 11 12 13 … 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