SEE Computer Science
Specification Table 2076,
Networking and Telecommunication, Ethical and Social Issues in ICT, Computer Security, E-Commerce, Contemporary Technology, Number System, Database Management System (MS Access), Modular Programming, Sequential File Handling, C Programming Basics, SEE Computer E-Book Grade IX and X
Wednesday, October 16, 2019
115. Qbasic program to display numbers 100, 90, 80, .................10
115. Write a sub program to display numbers 100, 90, 80, .................10
CLS
ReplyDeleteA = 1
B = 1
Print A;B;
For I = 1 to 10
C = A+B
Print C;
A = B
B = C
Next I
End
It's wrong
Deleteyour program is wrong
ReplyDeleteyour program is totally wrong nonsence
ReplyDelete