Computer Science, asked by AsfaraKhan, 6 hours ago

Q4. Write down the JavaScript statements to perform the following tasks.
i. Accept the value of base, height and length.
ii. Declare three variables base, height and length.


Please answer fast! ​

Answers

Answered by afreensiddiqui989
1

Answer:

This chapter explains the basic syntaxes of the Java programming language. I shall assume that you have written some simple Java programs. Otherwise, read "Introduction To Java Programming for First-time Programmers".

To be proficient in a programming language, you need to master two things:

The syntax of the programming language: Not too difficult to learn a small set of keywords and syntaxes. For examples, JDK 1.8 has 48 keywords; C11 has 44,

Similar questions