Computer Science, asked by Thunder11, 1 year ago

program to print your name 20 times


Thunder11: computer
Moo1: Lol
Moo1: tell me in which compiter language
Moo1: is it java or qbasic
Thunder11: qbasic
Thunder11: you have answered in c++
Anonymous: yes
Moo1: who deleted my answer it was the correct one
Moo1: question was asked to do in qbasic
fauzaanahmed61: Snehita bro

Answers

Answered by harindersaini2pcf8vf
2

class abc   {     void main()       {         int i;         for(i=1 ;i<=20 ;i++)         System.out.println("Your name");       } }            Java program      Hope it helps :-)

Similar questions