Computer Science, asked by saudkarim25, 12 days ago

GIVE OUTPUT OF THE FOLLOWING :
CLS
A$="COMPUTER"
I=1
WHILE I<=LEN(A$)
PRINT MID$(A$,I,1)
I=I+2
WEND
END
PLEASE HELP ME

Answers

Answered by Anonymous
0

Answer:

1)Write a program to enter your name and print it .

CLS

Input 'Enter you name';n$

Print 'The name is';n$

End

2)Write a program to enter your name, city, country, age and print them.

CLS

Input " Enter the name ";N$

Input " Enter the city";C$

Input " Enter the country";CO$

Input " Enter the age";A

Print " The name is ";N$

Print " The city is ";C$

Print " The country is ";CO$

Print " The age is ";A

End

Explanation:

jai shiv shambhu

Answered by Adityasharma9596
0

Answer:

Write a program to enter a string. print it out in following pattern. Eg- basic

BASIC

ASIC

SIC

IC

C

SOMEBODY PLS HELP ME IN THIS

Explanation:

please mark me brallient

Similar questions