1.

Write a program to print the following :2.2,3.3,4.4,5.5,6.6,7.7,8.8write in qbasic form​

Answer»

e:QBasicProgram:CLSFOR i=2 TO 8PRINT 1.1*iNEXT iENDOutput:2.23.34.45.56.67.78.8Explanation:Runs a LOOP and prints their PRODUCT with 1.1 on SCREEN.



Discussion

No Comment Found