Computer Science, asked by prativadebbarma075, 8 months ago

write a program in QBASIC to display the first and last letter of the word INDIA​

Answers

Answered by kayalvizhirajkumar20
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 Anonymous
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