Answer:
La sombrilla forrada en aluminio, funciona como antitérmico, impidiendo la transmisión del calor a través de la estructura. La misma función cumple en los "colchones" o mantas para tomar sol.
Explanation:
Answer:
This program is executed in Dev C++ using C++ as a programming language.
Explanation:
#include<iostream>
using namespace std;
int main()
{
int carModelNo;
cout<<"Enter Car Model Number ";
cin>>carModelNo;
EnterAgain:
if(carModelNo==1969)
{
cout<<"Few safety features.";
}
else if(carModelNo==1979)
{
cout<<"Probably has seat belts.";
}
else if(carModelNo==1999)
{
cout<<"Probably has antilock brakes.";
}
else if(carModelNo==2000)
{
cout<<"Probably has airbags.";
}
else
{
"Car Model Information Currently not Available";
cout<<"Please enter the car model such as 1969, 1979, 1999, or 2000 ";
cin>>carModelNo;
goto EnterAgain;
}
return 0;
}
There are quite a lot of desktop publishing software as of today.
I'll give you the names of some of it.
- Adobe inDesign - one of the most popular
- Corel Draw
- Microsoft Publisher
- Serif
- Ultra Xml
And more.
There are actually a lot if you are just about to check in the internet.
Answer:
i) an instruction set, ii) pseudocode
And program in python is:
LENGTH=input("ENTER THE LENGTH OF THE ROOM IN FEET")
BREATH=input("ENTER THE BREATH OF THE ROOM IN FEET")
AREA=int(LENGTH) * int(BREATH)
print("THE AREA OF THE ROOM IN SQUARE YARDS IS", AREA/9)
print("THE CARPET REQUIRED IN SQUARE FEET",AREA)
Explanation:
The pseudo code is:
START
ENTER THE LENGTH OF THE ROOM IN FEET; LENGTH
ENTER THE BREATH OF THE ROOM IN FEET; BREATH
PRINT THE AREA OF THE ROOM IN SQUARE FEET IS; AREA
PRINT THE AREA OF THE ROOM IN SQUARE YARDS IS; AREA/9
PRINT THE CARPET REQUIRED IN SQUARE FEET; AREA
STOP
Answer:
We dont have the movie-
Explanation:
Maybe just look at ur notes