OR! Because one OR the other (or both, as this is not an exclusive or) needs to be present in the search result.
        
                    
             
        
        
        
l o l l o l l o l ha ha ha ha ha l o l
 
        
             
        
        
        
Answer: 
int k;
double d;
char s[10];
cin >> k >> d >> s;
cout << s << " " << d << " " << k << "\n" << k << " " << d << " " << s;
Explanation
First Step (declare K, d, s) so they can store a integer
int k;
double d;
char s[10];
Second Step (read in an integer, a real number and a small word) 
cin >> k >> d >> s;
Third Step ( print them out )
cout << s << " " << d << " " << k << "\n" << k << " " << d << " " << s;
 
        
             
        
        
        
When an object of a derived class is instantiated, the base class constructor initializes the base class  members.
<h3>What is the meaning of basic class?</h3>
- A base class is a course, in object-oriented programming terminology, from which other classes are derived.
 - It allows the design of other types that can reuse the code implicitly inherited from the base class (except constructors and Destructo
 - A class that is a parent of another class, or from which other classes can be derived, is understood as a base type.
 - Diagram of a class legacy order that has numerous examples of the CollectibleString base class
 
To learn more about base class , refer to:
brainly.com/question/27791611
#SPJ4
 
        
             
        
        
        
Answer:
The first Industrial Revolution began in Great Britain in the mid-to-late 1700s, when innovation led to goods being produced in large quantities due to machine manufacturing.
This process began in Britain in the 18th century and from there spread to other parts of the world. Although used earlier by French writers, the term Industrial Revolution was first popularized by the English economic historian Arnold Toynbee (1852–83) to describe Britain's economic development from 1760 to 1840.