Answer:
See explaination
Explanation:
//Array to store prices
INT PRICE[10][10]
//Loop through 2d array
FOR I FROM 0 TO 10
 FOR J FROM 0 TO 10
 //Populate a random int
 PRICE[I][J] = RANDOM_INT(99,1999)
 PRINT(PRICE[I][J]+" ")
 PRINT()
//Prompt user for desired price 
COST = READ_INPUT('Please enter your desired flight price: ')
//Variable to store if a match is found
MATCH = FALSE
//Loop through all ints in price
FOR I FROM 0 TO 10
 FOR J FROM 0 TO 10
 //Compare price with Cost
 IF PRICE[I][J]==COST
 MATCH = TRUE
 BREAK
//Check if match is true
IF MATCH = TRUE
 PRINT('A flight was found for that price, have a safe trip!')
ELSE
 PRINT('No flight was found for that price, please try a new price.')
 
        
             
        
        
        
You can use a(n) <u>database server; Databases, like MySQL</u><u> and PostgresSQL, are widely used to store data.</u>to store large amounts of customer data for a website.
<h3>What is the difference between POP3 and IMAP coursera?</h3>
POP3 can only download email to one local device. IMAP can only download email to one local device. POP3 is used for sending emails. IMAP can download emails onto multiple devices.
<h3>When would you use IMAP?</h3>
IMAP and POP are two methods to access email. IMAP is the recommended method when you need to check your emails from several different devices, such as a phone, laptop, and tablet.
To learn more about database server, refer
brainly.com/question/23752341
#SPJ4
 
        
             
        
        
        
The number of smartphone users is forcast to grow from 2.1 billion in 2016 to around 2.5 billion in 2019, with smartphone penetration rates increasing as well.over 36% of the worlds population is projected to use a smartphone by 2018, thats up from about 10% in 2011
        
             
        
        
        
Flute on a boot ;) hope i helped
        
             
        
        
        
<span>The correct answer is Intranet chat rooms</span>