HTML Computer Code Elements

Keyboard Input

Save the document by pressing Ctrl + S

Program Output

File not found

Computer Code

x = 5; y = 6; z = x + y;
        
            x = 5;
            y = 6;
            z = x + y;
        
    

Variables

Area of Triangle is 1/2*b*h