Question

ainbox/FMfcgxwCgCRvZfmxzwrdxpwjląxCtdH?projector 18messagePartid-04 n with PDF to Word Converter Page 2 of 4 Fimal Examinatio

0 0
Add a comment Improve this question Transcribed image text
Answer #1

#include <bits/stdc++.h>
using namespace std;
//11.43
int main()
{
double tolerance;
cin>>tolerance;
if(tolerance<0.1)
{
cout<<"Specification status is Space Exploration\n";
}
else if(tolerance>=0.1&&tolerance<1)
{
cout<<"Specification status is Military Grade\n";
}
else if(tolerance>=1&&tolerance<10)
{
cout<<"Specification status is Commercial Grade\n";
}
else
{
cout<<"Specification status is Toy Grade\n";
}
return 0;
}Shortcuts | Reset | Copy #include <bits/stdc++.h> using namespace std; 1 2 C++14 C# Java Perl PHP Python Python 3 Scala HTML21- cout<<Specification status is Toy GradeIn 23 24 25 return 0; 0.1000001 Copy Run RuntURL (Generates URL as mesec) : 0 Ou

Add a comment
Know the answer?
Add Answer to:
Ainbox/FMfcgxwCgCRvZfmxzwrdxpwjląxCtdH?projector 18messagePartid-04 n with PDF to Word Converter ...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT