Webpage is a page of a site, such as https://example.com/test, where the bolded text is the page.
On the other hand, web applications, or simply web apps, are found in many websites, such as here and also in Connexus. They end in either aspx or jsp, which stand for asp.net appx and javascript page, respectively.
So, your answer would be A: Web pages provide information, while web applications allow the user to do something.
Hope this was answer you were looking for. Have a nice day!
 
        
             
        
        
        
Answer:
Thats good 
Explanation:
Thanks for the points~! ;)
 
        
             
        
        
        
Scan   the tables  to make a digital copy of them
        
             
        
        
        
Answer:
The code to this question can be given as:
Code:
while ((s!="Y" && s!="y" && s!="N" && s!="n"))  //loop for check condition
{
cin >> s;  //insert value
}
Explanation:
The description of the following code:
- In this code, we use a string variable s that has been to define in question.
- In code, we use a while loop. It is an entry control loop in loop we check variable s value is not equal to "y", "Y", "n" and "N".  
- In the loop we use AND operator that checks all value together. If this is true So, we insert value-form user input in string variable that is "s".
 
        
             
        
        
        
I think (a) is the answer because this is the screen that it should open when u use it