Write a program in qbasic to enter your name and print it and write about string variables.
Answers
Answered by
1
input"enter your name";n$
print"your name is";n$
end
String variables are one of SPSS' two variabletypes. What really defines a string variable is the way its values are stored internally.* A simpler definition is that string variables are variablesthat hold zero or more text characters. Stringvalues are always treated as text, even if they contain only numbers.
print"your name is";n$
end
String variables are one of SPSS' two variabletypes. What really defines a string variable is the way its values are stored internally.* A simpler definition is that string variables are variablesthat hold zero or more text characters. Stringvalues are always treated as text, even if they contain only numbers.
preetamsinghfzd:
Is that answer is right???
Similar questions