Computer Science, asked by jhumpasamanta9840, 7 hours ago

1. what is an important statement? explain with its syntax ​

Answers

Answered by jinaysanghvi9
2

Explanation:

In computer programming, a statement is a syntactic unit of an imperative programming language that expresses some action to be carried out.[1] A program written in such a language is formed by a sequence of one or more statements. A statement may have internal components (e.g., expressions).

Answered by shilpa85475
1

Explanation:

In PC programming, a announcement is a syntactic unit of a vital programming language that expresses a few movements to be carried out.

An application written in this kind of language is shaped via way of means of a chain of 1 or greater statements.

An announcement can also additionally have inner components (e.g., expressions).

An announcement is a command given to the laptop that instructs the laptop to take a selected movement, including showing to the screen, or acquiring input.

A PC application is made of a sequence of statements.

The syntax of the same are :

while expression:

   statement(s)

Similar questions