Computer Science, asked by ramranjanpradhan123, 3 months ago

Slalement
Answer these following questions :
6x5 = 30
(a) Briefly explain about the different arithmetic operators
in BASIC
(b) Explain the two types of constants and variables
used in BASIC. Give examples.
(c) What is Decision making?
(d) What do you mean by pivot stick figure?
(e) Explain Origin Handle and Segment Handle of pivot
stick figure.
(f) Write about different Generations of computer
language.
2 x 5 = 10
Write a Program in BASIC
To calculate the area of a square.​

Answers

Answered by amarksma
0

Explanation:

a part

The Java programming language supports various arithmetic operators for all floating-point and integer numbers. These operators are + (addition), - (subtraction), * (multiplication), / (division), and % (modulo). ... The integer is implicitly converted to a floating-point number before the operation takes place.

b part

It is a fixed variable that cannot be changed after defining the variable in a program. The value of a variable can change depending on the conditions. In constants, the value cannot be changed. Typically, it uses int, float, char, string, double, etc.

Similar questions