Go To Index
Computer Studies
Practical
Class IX (Arts /General /Humanities Group)
Practical No. 1(a): Write a program to PRINT your name ten times by using For......NEXT statement.PROGRAM:
10 CLS
20 Input "Enter your Name",N$
30 For A=1 to 10 Step 1
40 Print "Name",N$
50 Next A
RUN
No comments:
Post a Comment