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
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
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
English,
2 months ago
Hindi,
2 months ago
Political Science,
4 months ago
Social Sciences,
4 months ago
English,
11 months ago
Science,
11 months ago
Environmental Sciences,
11 months ago