Answer:
its okay. i mean like you have to do a bunch off stuff. andsomtimes it gets a little boring.
Explanation:
i am doing online school.
 
        
                    
             
        
        
        
Answer:
No link but good things about a photgrahp are
Explanation:
Good lighting
Good camra
Good spot
Good zoom
Good focus
 
        
                    
             
        
        
        
Breach..
 bugs and viruses
hack
        
                    
             
        
        
        
 Answer:
C. Liquid and atmospheric pressure
Explanation:
https://courses.lumenlearning.com/physics/chapter/11-4-variation-of-pressure-with-depth-in-a-fluid/
 
        
             
        
        
        
no longer returns an error but your math seems to have something wrong with it, always returns 0
Console.WriteLine("Enter a percentage here");
    int Percent = int.Parse(Console.ReadLine());
    Console.WriteLine("Enter your number here");
    int Number = int.Parse(Console.ReadLine());
    int result = Percent / 100 * Number;