البرمجة الكينونية بلغة جافا 1294

Post on 04-Jan-2016

85 Views

Category:

Documents

4 Downloads

Preview:

Click to see full reader

DESCRIPTION

البرمجة الكينونية بلغة جافا 1294. ا.محمد شبير. الوحدة الثالثة. تدريبات Exercises. While. while(Boolean_expression) { //Statements }. The do...while Loop:. do { //Statements }while(Boolean_expression);. The for Loop:. for(initialization; Boolean_expression; update) { - PowerPoint PPT Presentation

TRANSCRIPT

البرمجة الكينونية

جافا بلغة1294

شبير. محمد ا

الثالثة الوحدة

تدريبات

Exercises

While

while(Boolean_expression)

{

//Statements

}

The do...while Loop:

do

{

//Statements

}while(Boolean_expression);

The for Loop:

for(initialization; Boolean_expression; update)

{

//Statements

}

break

continue

http://docs.oracle.com/javase/tutorial/index.html

http://tmohammed.wordpress.com/

الله بحمد تمت

top related