Computer Science, asked by ishanathawat, 28 days ago

Write QB64 statements for the following:
To add values of X and Y and store the sum in Z.
Increase the value of A by 10 and store in A.
Store the name Abhinav in the variable AS.
Multiply two variables A and B and store the result in C.
To print your name and surname without leaving any space between them.
To accept the data item for the variable, Marks with the message, during the execution of a program,​

Answers

Answered by Vandana338
0

Answer:

String A="Abhinav";

For java but procedure will be same of all other languages.

Similar questions