Computer Science, asked by subhra4422, 4 months ago

ꜰɪʟʟ ɪɴ ᴛʜᴇ ʙᴀɴᴋꜱ
When we print with___,the values are printed in different
zones.
qᴜᴇꜱᴛɪᴏɴꜱ
a) which command is used to assign a value to variable?
b) How many zones are there in BASIC programming?
ᴩʀᴏɢʀᴀᴍ
1. Write a BASIC statement to store the product of A and B in P.​

Computer - BASIC programming​

Answers

Answered by arpithmenon2018
0

What are variables and constants give example?

A constant is a value that doesn't change throughout the execution of a program. A variable is an identifier which is used to store a value. There are four commonly used data types such as int, float, char and a void. Each data type differs in size and range from one another.20-Feb-2021

Unsigned char: 1

Int or signed int: 2

Data type: Size in bytes

Unsigned long int: 4

Similar questions