Answer:
#include using namespace std;
cout << quotient;
Explanation:
not #include ; using namespace std;
; doesn't belong 
cout << quotient
forgot the ; at the end
 
        
             
        
        
        
Answer: -1 usually represents infinity.
Explanation:
It would keep going forever and not be able to stop without manually stopping it.
 
        
                    
             
        
        
        
No, ripping is the process of reading all content in order to make a copy. Nothing is erased.
        
             
        
        
        
Answer: The .(dot) character
Explanation: in Linux, the period (dot) is short hand for the bash built in source. It will read and execute commands from a file in the current environment and return the exit status of the last command executed.
The .(dot) character is the first character for a file or directory names if they should not be displayed by commands such as ls unless specifically requested