Research

The first one I chose was python. It can be used for web development, game programming, and network programming.

The second I chose was jQueary, there are 19,909,315 websites using it.

The last one is Cobol,it is one of the oldest languages for programming.

Greetings Assignment Using Python

print("This is my site")

Equations Assignment Using Python

1) a=9 b=10 sum=float(a)+ float(b) print("grand total of {0} and {1} is {2}". format(a,b,grand total))

2) a=8 b=7 sum=float(a)+ float(b) print("grand total of {0} and {1} is {2}". format(a,b,grand total))

3) a=6 b=5 sum=float(a)+ float(b) print("grand total of {0} and {1} is {2}". format(a,b,grand total))