Richard
Richard
Start typing and press "Enter" or "ESC" to close
en
French
English
Welcome Guest
Sign in
Create user
Contact
home
PORTFOLIO
.Net
C#
VB
ASP
Linux bash
C-PROG
Mobile
Android
IOS
PHP
Python
VBA
Access
Excel
coding
.Net
C#
Linux bash
C-Prog
MySQL
PHP
Python
coding
pyscript REPL
Nodejs
Angular
Javascript
system
Windows
10/11
Linux
Ubuntu 22.04.04 LTS (Jimmy Jellyfish)
Mac
Mac OS Sonoma 14.5
blog
Coding for C#
BREAK
CONTINUE
Data Types
for..loop
foreach
if..else
MATH
switch/case
while..loop
for
(
int
i
=
0
;
i
<
10
;
i
++)
{
if
(
i
==
4
)
{
break
;
}
Console
.
WriteLine
(
i
);
}
×
Sign in