Answer:
true
Explanation:
cloudware is used for many reasons and It is sometimes too much of an expense to the company
 
        
             
        
        
        
The answer is C. Jurassic.
        
                    
             
        
        
        
Answer:
I'm pretty sure it's photogenic drawing.
 
        
             
        
        
        
Answer:
Following are the statement in C++ language :
#include <iomanip> // header file  
using namespace std; // namespace
int main() // main method  
{
    int x1,x2,x3,x4,x5; // variable declaration
cout<<" Enter the 5 sucessive integer:";
cin>>x1>>x2>>x3>>x4>> x5; // taking 5 input from user
cout<<right;
// prints each  of  its own line and form a right-justified  
cout<<setw(5)<< x1 << "\n" << setw(5) << x2 << "\n" <<setw(5) << x3 << "\n" << setw(5) << x4 << "\n" << setw(5) << x5 << "\n";
return(0);    
}
Output:
Enter the 5 sucessive integer: 45
23
445
6
8
  
   45
   23
  445
    6
    8
Explanation:
Description of program is given below  
- Declared a 5 integer value x1,x2,x3,x4,x5 respectively.
- Read the 5 integer value from user by using cin funtion.
- Finally Print these 5 value in its own line and form a right-justified by using setw() function on it 
 
        
             
        
        
        
Answer:
All options are correct.
Explanation:
All options apply to the question because they all need technology for development and improvement. Scientists needed to develop more technologies in order to attend all their necessities, such as anticipating weather changes, forecasting weather previously, predicting weather behaviour in different places and in one specific place, accounting for reasons and natural resources related to weather changes, and much more. Therefore, technology provides faster and more consistent data for all these informations needed, since all technology tools to study weather were developed according to their specific needs.