Computer Science, asked by AarYanbh, 1 month ago

Write Basic statements for the following statements: (1×2=2)

a) Store the name Abhinav in A. -

b) To add values of X and Y in Z.​

Answers

Answered by harshvirsing55
0

Answer:

a) A="Abhinav"

b) X= input("Enter the first number")

    Y=input("Enter the Second number")

   Z=X+Y

   print(Z)

\orange{\tt Hope it will} \green{\tt help you.}

Answered by santhikumarikarri
0

Answer:

a. string A ;

scanf("%d",&A);

b. int x, y;

z=a+b;

printf(z);

Explanation:

f

Similar questions