1 / 15

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

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

Download Presentation

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

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. البرمجة الكينونية بلغة جافا1294 ا.محمد شبير

  2. الوحدة الثالثة تدريبات Exercises

  3. While • while(Boolean_expression) • { • //Statements • }

  4. The do...while Loop: • do • { • //Statements • }while(Boolean_expression);

  5. The for Loop: • for(initialization; Boolean_expression; update) • { • //Statements • }

  6. break

  7. continue

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

  9. http://tmohammed.wordpress.com/

  10. تمت بحمد الله

More Related