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
0
Answer:
a) A="Abhinav"
b) X= input("Enter the first number")
Y=input("Enter the Second number")
Z=X+Y
print(Z)
✨
Answered by
0
Answer:
a. string A ;
scanf("%d",&A);
b. int x, y;
z=a+b;
printf(z);
Explanation:
f
Similar questions
Biology,
1 month ago
Business Studies,
3 months ago
Physics,
10 months ago
Chemistry,
10 months ago
Math,
10 months ago