Computer Science, asked by GrRaivo, 1 month ago

What will be the output of the following?

a. A = input( “ 20”)

b. S = input (“Enter you name”)

c. X = float (input(“Enter your salary”))

d. Z = int(input(“20” + “30”))

e. Y = int(input(44 *3))​

Answers

Answered by anukriti27priya
7

Answer:

a. 20

b. Enter you name

c. Enter your salary

d. 50

e. 132

Answered by tvishabansal0910
0

Answer:

a. 20

b.Enter you name abc

c.Enter your salary 1230.0

d.2030

e.132

Similar questions