Computer Science, asked by bhtshoaib31, 7 months ago

Write the commands For the Following statements :
13. To assign a value 10 to a number variable N2________
14. To assign a string value "ABC" to string variable NAME2______
15. To give comments THIS IS A TRIAL
PROGRAM______
16. To accept class teacher's name in the variable CLTEACHER_____
17. To create a variable with value 5_____
18. Display the addition of 2 and 4____
19. Display the division of 20 and 4____

Answers

Answered by subhransusahoo94
0

I shall assume that you are familiar with some programming languages such as C/C++/Java. This article is NOT meant to be an introduction to programming.

I personally recommend that you learn a traditional general-purpose programming language (such as C/C++/Java) before learning scripting language like Python/JavaScript/Perl/PHP because they are less structure than the traditional languages with many fancy features

Similar questions