write a program in QBASIC to display the first and last letter of the word INDIA
Answers
Answered by
6
Write a program to enter your name and print it .
CLS
Input 'Enter you name';n$
Print 'The name is';n$
End
Explanation:
plz mark me as brainliest answer
Answered by
0
Answer:
Write a program to enter your name and print it.
Explanation:
CLS
input enter your name ; n$
print the name is ;n$
end
Similar questions
Math,
4 months ago
Math,
4 months ago
Math,
4 months ago
Economy,
9 months ago
Computer Science,
1 year ago