Answer:
while True:
    number = int(input("Enter a number: "))
    product = number * 10
    if product > 100:
        break
print(str(product))
Explanation:
Create a while loop that iterates until a specific condition is created inside
Ask the user for the input
Multiply the input and put the result in product
Check if the product is greater than 100. If it is, stop the loop using break keyword
When the loop is done, print the product
 
        
             
        
        
        
Answer:
int x;
indata.open("lottowins");
indata >> x;
cout << x << endl;
indata >> x;
cout << x << endl;
indata >> x;
cout << x << endl;
indata.close();
 
        
             
        
        
        
Answer:
a blog
Explanation:
a forum is for questions, a wiki doesn't make sense in this situation and email wouldn't be used for this either so it should be a blog
 
        
                    
             
        
        
        
Answer:
The answer is "False"
Explanation:
It is put to use Six Sigma had 3.4 defects per million opportunities (DPMO) from the start, allowing for a 1.5-sigma process shift. However, the definition of zero faults is a little hazy. Perhaps the area beyond 3.4 DPMO is referred to by the term "zero faults.", that's why Before being released, large computer programs, such as operating systems, must have no faults the wrong choice.