If your computer is old it may be the screen is dying or if its brand new it would probably  be the power supply check your battery or cables
        
                    
             
        
        
        
Answer:
mobile calculator
Explanation:
The mobile calculator application is a mobile software on phones and other computer devices that returns the answer to a calculation given the operands and opcode specified by the user.
 
        
             
        
        
        
Answer:
Hello there, I dont think there is a way to change you age, but maybe you shall try again tomorrow and see if an error message pop up.  If the Error Message pops up, contact custumaor support!
Glad I could Help!
 
        
             
        
        
        
The answer is <span>output.  </span>A file to which information is written is referred to as an output file.  It is  <span>a computer </span>file<span> that contains data that are the </span>output<span> of a device or program. </span>
        
             
        
        
        
Answer:
The answer to this question is given below in the explanation section. 
Explanation:
                       
The code is written in C++ 
/******************************************************************************
                              Online C++ Compiler.
               Code, Compile, Run and Debug C++ program online.
Write your code in this editor and press "Run" button to compile and execute it.
*******************************************************************************/
#include <iostream>
#include <string>  
using namespace std;
void display()
    {
        string yourName;
        string watchedMovie;
        cout<<"What is your name?  ";
        cin>>yourName;
        cout<<"Which movie have you seen?  ";
        cin>>watchedMovie;
        cout<<"Today, I have learned that  " <<name<<" watched "<<watchedMovie<<" movie";
    }
int main()
{    
    
    display();
    return 0;
}