Programming languages:
Consider a programming language with the following statements: x:= 3: y:= 2: z:= x + y: write (z) Execution of these statements prints the value 5 on the console. Is this a declarative, imperative, or functional language? For each of these paradigms, very briefly explain why you think this example is or isn’t a language from the given paradigm.