Answer:
Using c++
Check the image for colors.
Step-by-step explanation:
#include <iostream>
using namespace std;
int main()
{
float length1,length2,width1,width2,area1,area2;
cout<<"length of Rectangle 1\n";
cin>>length1;
cout<<"\nwidth of Rectangle 1\n";
cin>>width1;
cout<<"\nlenght of Rectangle 2\n";
cin>>length2;
cout<<"\nwidth of Rectangle 2\n";
cin>>width2;
area1=length1*width1;
area2=length2*width2;
if (area1<area2)
{cout << "\nRectangle 2 has greater area";}
else {
if (area1>area2)
{cout << "\nRectangle 1 has greater area";}
else {cout << "\nAreas are the same";}
}
return 0;
}
The water levels at high tide was 9 feet and 1 foot at low tide
There’s this app called Socratic that you can use. It’s like this one but it’s a little different
Sadly, I can't see the picture you're looking at as you make that statement.
But I'm pretty sure that when you combine an exterior angle with the interior
angle adjacent to it, you'll wind up with 180°, because they form a linear line.
There actually isn't any such thing as a linear plane.
9514 1404 393
Answer:
C, D
Step-by-step explanation:
The applicable rules of exponents are ...
(a^b)(a^c) = a^(b+c)
__
The correct equations are the last two.
For the first two, the appropriate products are ...
