Answer:
The answer to this question can be given as:
Statement:
number = int(line.strip())
Explanation:
In the above statement, we declare an integer variable number accept the integer value from the file that name is line. In this line, we use the strip() function. This function returns a duplicate string with both starting and tracking characters removed (based on the string parameter passed). The strip() function removes characters from both sides (left and right) based on the parameter(a string defining the collection of characters to be removed).
 
        
             
        
        
        
Answer:
It will be a java code.
Explanation:
 import java.util.Scanner;
 public class StringInputStream {
     public static void main (String [] args) {
         Scanner inSS = null;
         String userInput = "Jan 12 1992";
         inSS = new Scanner(userInput);`
         String userMonth = "";
         int userDate = 0;
         int userYear = 0;
         /* Your solution goes here  */
         System.out.println("Month: " + userMonth);
         System.out.println("Date: " + userDate);
         System.out.println("Year: " + userYear);
         return;
    }
}
 
        
                    
             
        
        
        
<span>“Detail Report for 15-1199.11-Archeologist.” O*NET OnLine. n.p., 2012. Web. 5 May 2013.</span>
        
                    
             
        
        
        
Define variables
left is l
right is r
Ask input
left or right
Ask input value
Equate l or r to the input value
Show ladder with steps equal to input value and in the side of input variable
        
             
        
        
        
Answer: Business intelligence
Explanation:
Most of the enterprises and organizations collects huge amount of data through the use of MIS. These data can be based on any aspect of the business. But the collection of such large sets of data is useless until and unless there is a business intelligence associated with it. the work of business intelligence is to use software tools for analysis of the collected data so that it could be useful for enterprise or company to look for patterns and trends in the market.
The outcome of such business intelligence is very helpful particularly to managers, executives for taking particular decisions in the greater interest of the company.
So we can say, business intelligence is an approach to boundary spanning that results from using sophisticated software to search through large amounts of internal and external data to spot patterns, trends, and relationships that might be significant.