Assembly language, a.k.a. machine language.
Here is code in Python.
#integer value 3 assigned to variable a.
a=3
#integer value 4 assigned to variable v.
b=4
# the value of given expression a * a b *b will be assign to variable c .
c=(a*a)*(b*b)
Explanation:
First an integer value is assigned to variable "a".And then integer 4 is assigned to variable "b". Calculate the value of expression a*ab*b and assigned to variable "c". Here expression a*ab*b can also be written as (a*a)*(b*b).
Google slides is and online presentation tool
Answer:
JavaScript
Explanation:
JavaScript is one of the simplest programming languages which makes the page dynamic and user interactive. It is a command based programming language that is a part of DHTML (Dynamic hypertext markup language ). The dynamic web page can be modified and its values can be changed.
JavaScript allows users to enter the value and provide the result at the same time and very fast.
JavaScript can be used online or offline too.
JavaScript provided much functionality such as when a customer searches anything, it completes the search automatically.
Answer:
Not sure it's doing the same thing for me to.
Explanation: