Computer Science, asked by vatsalrungta, 3 months ago

What will be the output produced by these?

A. ‘Python’ + ‘Language'

B. 14 % 4​

Answers

Answered by almir19
0

Answer:

Ans 1:  PythonLanguage

Ans 2:  2

Explanation:

Option a is of the topic concatenation, which meanns generally to add two string objects and merge them, here the answer is PythonLanguage not

Python Language due to the missing spaces in the strings.

Option B is a modulo operator which is used to find the remainder of a division problem, like here 14/4, remainder will be equal to 2

HOPE YOU FIND IT HELPFUL !

Similar questions