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.
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 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:
//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;
}
1. Identify an appropriate online software or tool that they …
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:
See less1. Identify an appropriate online software or tool that they …
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 lessShoprite is a grocery shop that has outlets nationwide. They give discounts to customers …
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; }
Design a program that displays a table of the Celsius …
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:
Answer:
CODE:
See lessEach application program has a ___ that distinguishes it from …
ip address
ip address
See lessGiven f(x,y)= 8xy, when 0<=x<=1, 0<=y<=x and f(x,y)=0 elsewhere, find …
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:
See less