129k views
1 vote
Write a program to print "I love to program" to the screen 2 times. Edhesive​

User Maricar
by
5.5k points

1 Answer

3 votes

Answer:

It matters what programming language you are using. It would be something like this:

print("I love to program");

print("I love to program");

(written in modified javascript)

User Makeba
by
6.1k points