Programming Course for Beginners - ZedLX

The Easiest Online Computer Programming Course, for Free

Named Arguments [7/9]

This program animates two strings, displayed in two colors.
[Run the program]

This program uses several keywords: for , println and if .

The keyword if is explained later in this tutorial. For the time being it will remain unexplained.

* * *

You can change the text of the animated strings in this program, and then you can send the program to your friends by using the Share button.

You will have to type in the title of the program, then enter your name as the author, and select a license.

Then, click on the "Create Link" button to create a program link. Click on the program link to see your program in action. To show your program to others, just send them the program link URL, or use the sharing buttons on the run page.

The last line of the program contains two statements. It has been commented out. It pauses the program until the Esc key is pressed. It is desirable to uncomment this line if you decide to share this program.

Loading...